Utilitaires de Reflexion.
More...
|
static | getProperties ($instance) |
|
static | getMethods ($instance, $filter=null) |
|
static | getKeyFields ($instance) |
|
static | getMemberValue ($instance, $member) |
|
static | setMemberValue ($instance, $member, $value) |
|
static | getProperty ($instance, $member) |
|
static | getPropertiesAndValues ($instance, $props=NULL) |
|
static | getAnnotationClass ($class, $annotation) |
|
static | getAnnotationMember ($class, $member, $annotation) |
|
static | getAnnotationsMethod ($class, $method, $annotation) |
|
static | getMembersAnnotationWithAnnotation ($class, $annotation) |
|
static | getMembersWithAnnotation ($class, $annotation) |
|
static | getMembersNameWithAnnotation ($class, $annotation) |
|
static | isNullable ($class, $member) |
|
static | getDbType ($class, $member) |
|
static | isSerializable ($class, $member) |
|
static | getFieldName ($class, $member) |
|
static | getTableName ($class) |
|
static | getMethodParameters (\ReflectionMethod $method) |
|
Utilitaires de Reflexion.
- Author
- jc
- Version
- 1.0.0.2
Definition at line 13 of file Reflexion.php.
◆ getAnnotationClass()
static getAnnotationClass |
( |
|
$class, |
|
|
|
$annotation |
|
) |
| |
|
static |
◆ getAnnotationMember()
static getAnnotationMember |
( |
|
$class, |
|
|
|
$member, |
|
|
|
$annotation |
|
) |
| |
|
static |
◆ getAnnotationsMethod()
static getAnnotationsMethod |
( |
|
$class, |
|
|
|
$method, |
|
|
|
$annotation |
|
) |
| |
|
static |
◆ getDbType()
static getDbType |
( |
|
$class, |
|
|
|
$member |
|
) |
| |
|
static |
◆ getFieldName()
static getFieldName |
( |
|
$class, |
|
|
|
$member |
|
) |
| |
|
static |
◆ getKeyFields()
static getKeyFields |
( |
|
$instance | ) |
|
|
static |
◆ getMembersAnnotationWithAnnotation()
static getMembersAnnotationWithAnnotation |
( |
|
$class, |
|
|
|
$annotation |
|
) |
| |
|
static |
◆ getMembersNameWithAnnotation()
static getMembersNameWithAnnotation |
( |
|
$class, |
|
|
|
$annotation |
|
) |
| |
|
static |
◆ getMembersWithAnnotation()
static getMembersWithAnnotation |
( |
|
$class, |
|
|
|
$annotation |
|
) |
| |
|
static |
◆ getMemberValue()
static getMemberValue |
( |
|
$instance, |
|
|
|
$member |
|
) |
| |
|
static |
◆ getMethodParameters()
static getMethodParameters |
( |
\ReflectionMethod |
$method | ) |
|
|
static |
◆ getMethods()
static getMethods |
( |
|
$instance, |
|
|
|
$filter = null |
|
) |
| |
|
static |
◆ getProperties()
static getProperties |
( |
|
$instance | ) |
|
|
static |
◆ getPropertiesAndValues()
static getPropertiesAndValues |
( |
|
$instance, |
|
|
|
$props = NULL |
|
) |
| |
|
static |
◆ getProperty()
static getProperty |
( |
|
$instance, |
|
|
|
$member |
|
) |
| |
|
static |
◆ getTableName()
static getTableName |
( |
|
$class | ) |
|
|
static |
◆ isNullable()
static isNullable |
( |
|
$class, |
|
|
|
$member |
|
) |
| |
|
static |
◆ isSerializable()
static isSerializable |
( |
|
$class, |
|
|
|
$member |
|
) |
| |
|
static |
◆ setMemberValue()
static setMemberValue |
( |
|
$instance, |
|
|
|
$member, |
|
|
|
$value |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: