|
| | __construct ($container, $annotsEngine, $name, $access='private') |
| |
| | __toString () |
| |
| | setPrimary () |
| |
| | setTransient () |
| |
| | setDbType ($infos) |
| |
| | addManyToOne ($name, $className, $nullable=false) |
| |
| | addOneToMany ($mappedBy, $className) |
| |
| | setTransformer () |
| | Try to set a transformer to the member.
|
| |
| | isPassword () |
| |
| | addManyToMany ($targetEntity, $inversedBy, $joinTable, $joinColumns=[], $inverseJoinColumns=[]) |
| |
| | getName () |
| |
| | isManyToOne () |
| |
| | getManyToOne () |
| |
| | getOneToMany () |
| |
| | isPrimary () |
| |
| | isAutoinc () |
| |
| | getGetter () |
| |
| | getGetterName () |
| |
| | getSetter () |
| |
| | getSetterName () |
| |
| | getAddInManyToManyMember () |
| |
| | getAddInOneToManyMember () |
| |
| | getInManyToManyMemberName () |
| |
| | getInOneToManyMemberName () |
| |
| | hasAnnotations () |
| |
| | isMany () |
| |
| | isManyToMany () |
| |
| | isOneToMany () |
| |
| | isNullable () |
| |
| | getDbType () |
| |
| | addValidators () |
| |
| | getAnnotations () |
| |
| | getMethods () |
| |
| | addAnnotations (array $annotations) |
| |
Definition at line 18 of file Member.php.
◆ __construct()
| __construct |
( |
|
$container, |
|
|
|
$annotsEngine, |
|
|
|
$name, |
|
|
|
$access = 'private' |
|
) |
| |
◆ __toString()
◆ addAnnotations()
| addAnnotations |
( |
array |
$annotations | ) |
|
◆ addManyToMany()
| addManyToMany |
( |
|
$targetEntity, |
|
|
|
$inversedBy, |
|
|
|
$joinTable, |
|
|
|
$joinColumns = [], |
|
|
|
$inverseJoinColumns = [] |
|
) |
| |
◆ addManyToOne()
| addManyToOne |
( |
|
$name, |
|
|
|
$className, |
|
|
|
$nullable = false |
|
) |
| |
◆ addOneToMany()
| addOneToMany |
( |
|
$mappedBy, |
|
|
|
$className |
|
) |
| |
◆ addTransformer()
◆ addValidators()
◆ getAddInManyToManyMember()
| getAddInManyToManyMember |
( |
| ) |
|
◆ getAddInOneToManyMember()
| getAddInOneToManyMember |
( |
| ) |
|
◆ getAnnotations()
◆ getDbType()
◆ getGetter()
◆ getGetterName()
◆ getInManyToManyMemberName()
| getInManyToManyMemberName |
( |
| ) |
|
◆ getInOneToManyMemberName()
| getInOneToManyMemberName |
( |
| ) |
|
◆ getManyToOne()
◆ getMethods()
◆ getName()
◆ getOneToMany()
◆ getSetter()
◆ getSetterName()
◆ hasAnnotations()
◆ isAutoinc()
◆ isMany()
◆ isManyToMany()
◆ isManyToOne()
◆ isNullable()
◆ isOneToMany()
◆ isPassword()
◆ isPrimary()
◆ setDbType()
◆ setPrimary()
◆ setTransformer()
Try to set a transformer to the member.
Definition at line 95 of file Member.php.
◆ setTransient()
◆ $access
◆ $annotations
◆ $annotsEngine
◆ $container
◆ $manyToOne
◆ $name
◆ $primary
◆ $transient
The documentation for this class was generated from the following file:
- C:/Users/myadd/Documents/GitHub/ubiquity-doc-api/vendor/phpmv/ubiquity-dev/src/Ubiquity/orm/creator/Member.php