PHP Class pinq\expressions\DynamicExpressionWalker

Author: Elliot Levin ([email protected])
Inheritance: extends ExpressionWalker
Datei anzeigen Open project: timetoogo/pinq Class Usage Examples

Protected Properties

Property Type Description
$callableMap

Public Methods

Method Description
__construct ( array $callableMap )

Protected Methods

Method Description
doWalk ( Expression $expression )

Method Details

__construct() public method

public __construct ( array $callableMap )
$callableMap array

doWalk() protected method

protected doWalk ( Expression $expression )
$expression Expression

Property Details

$callableMap protected_oe property

protected $callableMap