PHP Class PHPSA\Compiler\Expression\Operators\Logical\LogicalAnd

Inheritance: extends PHPSA\Compiler\Expression\AbstractExpressionCompiler
Afficher le fichier Open project: ovr/phpsa

Protected Properties

Свойство Type Description
$name

Méthodes protégées

Méthode Description
compile ( PhpParser\Node\Expr\BinaryOp\LogicalAnd $expr, Context $context ) : CompiledExpression {expr} and {expr}

Method Details

compile() protected méthode

{expr} and {expr}
protected compile ( PhpParser\Node\Expr\BinaryOp\LogicalAnd $expr, Context $context ) : CompiledExpression
$expr PhpParser\Node\Expr\BinaryOp\LogicalAnd
$context PHPSA\Context
Résultat PHPSA\CompiledExpression

Property Details

$name protected_oe property

protected $name