Метод | Описание | |
---|---|---|
__construct ( string $methodName, array $arguments, Webmozart\Expression\Expression $expr ) | Creates the expression. | |
equivalentTo ( Webmozart\Expression\Expression $other ) | ||
evaluate ( $value ) | ||
getArguments ( ) : array | Returns the method arguments. | |
getMethodName ( ) : string | Returns the method name. | |
toString ( ) |
public __construct ( string $methodName, array $arguments, Webmozart\Expression\Expression $expr ) | ||
$methodName | string | The name of the method to call. |
$arguments | array | The arguments to pass to the method. |
$expr | Webmozart\Expression\Expression | The expression to evaluate for the result. |
public equivalentTo ( Webmozart\Expression\Expression $other ) | ||
$other | Webmozart\Expression\Expression |
public getArguments ( ) : array | ||
Результат | array | The method arguments. |
public getMethodName ( ) : string | ||
Результат | string | The method name. |