Storm\Drivers\Base\Relational\Expressions\ExpressionMapper::__construct PHP Метод

__construct() публичный Метод

public __construct ( Storm\Drivers\Base\Relational\Expressions\IFunctionMapper $FunctionMapper, Storm\Drivers\Base\Relational\Expressions\IObjectMapper $ObjectMapper )
$FunctionMapper Storm\Drivers\Base\Relational\Expressions\IFunctionMapper
$ObjectMapper Storm\Drivers\Base\Relational\Expressions\IObjectMapper
    public function __construct(IFunctionMapper $FunctionMapper, IObjectMapper $ObjectMapper)
    {
        $this->FunctionMapper = $FunctionMapper;
        $this->ObjectMapper = $ObjectMapper;
    }