Pinq\Expressions\CastExpression::compileCode PHP Method

compileCode() protected method

protected compileCode ( &$code )
    protected function compileCode(&$code)
    {
        $code .= $this->castType;
        $this->castValue->compileCode($code);
    }