PHP Interface Pinq\Interfaces\IJoiningToRepository

Author: Elliot Levin ([email protected])
Inheritance: extends Pinq\Interfaces\IJoiningToQueryable, extends Pinq\Interfaces\IJoiningToCollection
Show file Open project: timetoogo/pinq

Public Methods

Method Description
apply ( callable $applyFunction ) : void {@inheritDoc}
to ( callable $joinFunction ) : Pinq\IRepository {@inheritDoc}
withDefault ( $value, $key = null ) : Pinq\Interfaces\IJoiningToRepository {@inheritDoc}

Method Details

apply() public method

{@inheritDoc}
public apply ( callable $applyFunction ) : void
$applyFunction callable
return void

to() public method

{@inheritDoc}
public to ( callable $joinFunction ) : Pinq\IRepository
$joinFunction callable
return Pinq\IRepository

withDefault() public method

{@inheritDoc}
public withDefault ( $value, $key = null ) : Pinq\Interfaces\IJoiningToRepository
return Pinq\Interfaces\IJoiningToRepository