Method |
Description |
|
__clone ( ) |
|
|
__construct ( Expression $assignTo, $operator, Expression $assignmentValue ) |
|
|
getAssignTo ( ) : Expression |
|
|
getAssignmentValue ( ) : Expression |
|
|
getOperator ( ) : string |
|
|
serialize ( ) |
|
|
toBinaryOperationEquivalent ( ) : AssignmentExpression |
Converts the assignment expression with compound assignment operators
to the equivalent assignment and binary operator combination |
|
traverse ( ExpressionWalker $walker ) |
|
|
unserialize ( $serialized ) |
|
|
update ( Expression $assignTo, string $operator, Expression $assignmentValue ) : self |
|
|