ColumnAttributeHandler
implements
AttributeHandlerInterface
Interfaces, Classes, Traits and Enums
- AttributeHandlerInterface
Table of Contents
-
$entityManager
: EntityManager
-
__construct()
: mixed
-
attributeClass()
: string
-
handle()
: void
-
targets()
: array<string|int, mixed>
__construct()
public
__construct(EntityManager $entityManager) : mixed
Parameters
-
$entityManager
: EntityManager
-
Return values
mixed
—
attributeClass()
public
attributeClass() : string
Return values
string
—
handle()
public
handle(string $className, mixed $subject, object $attribute) : void
Parameters
-
$className
: string
-
-
$subject
: mixed
-
-
$attribute
: object
-
Return values
void
—
targets()
public
targets() : array<string|int, mixed>
Return values
array<string|int, mixed>
—