PHP 클래스 Webmozart\Expression\Selector\Method

부터: 1.0
저자: Bernhard Schussek ([email protected])
상속: extends Selector
파일 보기 프로젝트 열기: webmozart/expression 1 사용 예제들

공개 메소드들

메소드 설명
__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 ( )

메소드 상세

__construct() 공개 메소드

Creates the expression.
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.

equivalentTo() 공개 메소드

public equivalentTo ( Webmozart\Expression\Expression $other )
$other Webmozart\Expression\Expression

evaluate() 공개 메소드

public evaluate ( $value )

getArguments() 공개 메소드

Returns the method arguments.
public getArguments ( ) : array
리턴 array The method arguments.

getMethodName() 공개 메소드

Returns the method name.
public getMethodName ( ) : string
리턴 string The method name.

toString() 공개 메소드

public toString ( )