Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
ReflexionFieldsTrait Class Reference
+ Inheritance diagram for ReflexionFieldsTrait:

Static Public Member Functions

static getAnnotationMember ($class, $member, $annotation)
 
static getAnnotsEngine ()
 
static getDbType ($class, $member)
 
static isSerializable ($class, $member)
 
static getFieldName ($class, $member)
 
static isNullable ($class, $member)
 
static getProperties ($class)
 
static getProperty ($instance, $member)
 
static getPropertyType ($class, $property)
 
static getMetadata ($class, $property, $type, $name)
 

Static Protected Member Functions

static getAnnotationColumnMember ($class, $member)
 

Detailed Description

Definition at line 5 of file ReflexionFieldsTrait.php.

Member Function Documentation

◆ getAnnotationColumnMember()

static getAnnotationColumnMember (   $class,
  $member 
)
staticprotected
Parameters
string$class
string$member
Returns
object|boolean

Definition at line 17 of file ReflexionFieldsTrait.php.

◆ getAnnotationMember()

static getAnnotationMember (   $class,
  $member,
  $annotation 
)
staticabstract

Reimplemented in Reflexion.

◆ getAnnotsEngine()

static getAnnotsEngine ( )
staticabstract

Reimplemented in Reflexion.

◆ getDbType()

static getDbType (   $class,
  $member 
)
static

Definition at line 24 of file ReflexionFieldsTrait.php.

◆ getFieldName()

static getFieldName (   $class,
  $member 
)
static

Definition at line 39 of file ReflexionFieldsTrait.php.

◆ getMetadata()

static getMetadata (   $class,
  $property,
  $type,
  $name 
)
static

Definition at line 79 of file ReflexionFieldsTrait.php.

◆ getProperties()

static getProperties (   $class)
static

Definition at line 57 of file ReflexionFieldsTrait.php.

◆ getProperty()

static getProperty (   $instance,
  $member 
)
static

Definition at line 62 of file ReflexionFieldsTrait.php.

◆ getPropertyType()

static getPropertyType (   $class,
  $property 
)
static

Definition at line 71 of file ReflexionFieldsTrait.php.

◆ isNullable()

static isNullable (   $class,
  $member 
)
static

Definition at line 49 of file ReflexionFieldsTrait.php.

◆ isSerializable()

static isSerializable (   $class,
  $member 
)
static

Definition at line 32 of file ReflexionFieldsTrait.php.


The documentation for this class was generated from the following file: