Method | Description | |
---|---|---|
__construct ( mixed $argument, LeanMapper\IMapper $mapper = null ) | ||
getAliases ( ) : |
Gets Aliases instance relevant to current class | |
getDocComment ( ) : string | Gets doc comment of current class | |
getEntityProperties ( ) : |
Gets array of all entity's properties | |
getEntityProperty ( string $name ) : |
Gets requested entity's property | |
getGetter ( string $name ) : ReflectionMetho\ReflectionMethod | null | Gets requested getter's reflection | |
getGetters ( ) : ReflectionMetho\ReflectionMethod[] | Gets array of getter's reflections | |
getParentClass ( ) : self | null | Gets parent entity's reflection | |
getSetter ( string $name ) : ReflectionMetho\ReflectionMethod | null | Gets requested setter's reflection |
Method | Description | |
---|---|---|
getFamilyLine ( ) : self[] | ||
initGettersAndSetters ( ) | ||
parseProperties ( ) |
public __construct ( mixed $argument, LeanMapper\IMapper $mapper = null ) | ||
$argument | mixed | |
$mapper | LeanMapper\IMapper |
public getAliases ( ) : |
||
return |
public getDocComment ( ) : string | ||
return | string |
public getEntityProperties ( ) : |
||
return |
public getEntityProperty ( string $name ) : |
||
$name | string | |
return |
public getGetters ( ) : ReflectionMetho\ReflectionMethod[] | ||
return | ReflectionMetho\ReflectionMethod[] |
public getParentClass ( ) : self | null | ||
return | self | null |