PHP Storm\Core\Object\Expressions Namespace

Nested Namespaces

Storm\Core\Object\Expressions\Operators

Classes

Name Description
ArrayExpression Expression representing an array declaration.
AssignmentExpression Expression representing an assignment to an entity property.
BinaryOperationExpression
CastExpression Expression representing a cast operation.
ConstantExpression Expression representing a constant value.
Expression The base class for object expressions.
FunctionCallExpression
MethodCallExpression
NewExpression Expression representing the instantiating of a class.
ObjectExpression Expression representing a class type or an instance value.
ObjectOperationExpression
PropertyExpression Expression an entity property.
PropertyFetchExpression
TernaryExpression
UnaryOperationExpression