PHP Class Jackalope\Query\QOM\UpperCase

Inheritance: implements PHPCR\Query\QOM\UpperCaseInterface
Show file Open project: jackalope/jackalope

Protected Properties

Property Type Description
$operand PHPCR\Query\QOM\DynamicOperandInterface

Public Methods

Method Description
__construct ( PHPCR\Query\QOM\DynamicOperandInterface $operand )
getOperand ( ) {@inheritDoc}

Method Details

__construct() public method

public __construct ( PHPCR\Query\QOM\DynamicOperandInterface $operand )
$operand PHPCR\Query\QOM\DynamicOperandInterface

getOperand() public method

{@inheritDoc}
public getOperand ( )

Property Details

$operand protected property

protected DynamicOperandInterface,PHPCR\Query\QOM $operand
return PHPCR\Query\QOM\DynamicOperandInterface