PHP Interface Pinq\Queries\Builders\Functions\IFunction

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

Public Methods

Method Description
getCallable ( ) : callable Gets the function type.
getId ( ) : string Gets the parameter id.
getType ( ) : integer Gets the function type.

Method Details

getCallable() public method

Gets the function type.
public getCallable ( ) : callable
return callable

getId() public method

Gets the parameter id.
public getId ( ) : string
return string

getType() public method

Gets the function type.
public getType ( ) : integer
return integer