PHP Interface Storm\Core\Object\IRequest

Author: Elliot Levin ([email protected])
Show file Open project: timetoogo/penumbra Interface Usage Examples

Public Methods

Method Description
GetCriterion ( ) : Storm\Core\Object\ICriterion
GetEntityType ( ) : string
GetProperties ( ) : Storm\Core\Object\IProperty[] The properties to load.

Method Details

GetCriterion() public method

public GetCriterion ( ) : Storm\Core\Object\ICriterion
return Storm\Core\Object\ICriterion

GetEntityType() public method

public GetEntityType ( ) : string
return string

GetProperties() public method

The properties to load.
public GetProperties ( ) : Storm\Core\Object\IProperty[]
return Storm\Core\Object\IProperty[]