PHP 클래스 Neos\Flow\Persistence\Generic\Qom\UpperCase

If operand does not evaluate to a string value, its value is first converted to a string. If operand evaluates to null, the UpperCase operand also evaluates to null.
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$operand DynamicOperand

공개 메소드들

메소드 설명
__construct ( DynamicOperand $operand ) Constructs this UpperCase instance
getOperand ( ) : DynamicOperand Gets the operand whose value is converted to a upper-case string.

메소드 상세

__construct() 공개 메소드

Constructs this UpperCase instance
public __construct ( DynamicOperand $operand )
$operand DynamicOperand

getOperand() 공개 메소드

Gets the operand whose value is converted to a upper-case string.
public getOperand ( ) : DynamicOperand
리턴 DynamicOperand the operand; non-null

프로퍼티 상세

$operand 보호되어 있는 프로퍼티

protected DynamicOperand $operand
리턴 DynamicOperand