PHP Interface Blast\Orm\Relations\RelationInterface

Inheritance: extends Blast\Orm\Entity\EntityAwareInterface
Show file Open project: phpthinktank/blast-orm Interface Usage Examples

Public Methods

Method Description
execute ( ) : array | ArrayObject | boolean
getName ( ) : string Name of relation
getQuery ( ) : Query

Method Details

execute() public method

public execute ( ) : array | ArrayObject | boolean
return array | ArrayObject | boolean

getName() public method

Name of relation
public getName ( ) : string
return string

getQuery() public method

public getQuery ( ) : Query
return Blast\Orm\Query