PHP Class LeanMapper\Filtering

Author: Vojtěch Kohout
Datei anzeigen Open project: tharos/leanmapper Class Usage Examples

Public Methods

Method Description
__construct ( array | string | Closur\Closure $filters, array $args = null, Entity $entity = null, Property $property = null, array $targetedArgs = [] )
getArgs ( ) : array
getEntity ( ) : Entity | null
getFilters ( ) : array
getProperty ( ) : Property | null
getTargetedArgs ( ) : array

Method Details

__construct() public method

public __construct ( array | string | Closur\Closure $filters, array $args = null, Entity $entity = null, Property $property = null, array $targetedArgs = [] )
$filters array | string | Closur\Closure
$args array
$entity Entity
$property LeanMapper\Reflection\Property
$targetedArgs array

getArgs() public method

public getArgs ( ) : array
return array

getEntity() public method

public getEntity ( ) : Entity | null
return Entity | null

getFilters() public method

public getFilters ( ) : array
return array

getProperty() public method

public getProperty ( ) : Property | null
return LeanMapper\Reflection\Property | null

getTargetedArgs() public method

public getTargetedArgs ( ) : array
return array