Neos\Flow\Persistence\Generic\Qom\LowerCase::getOperand PHP Méthode

getOperand() public méthode

Gets the operand whose value is converted to a lower-case string.
public getOperand ( ) : DynamicOperand
Résultat DynamicOperand the operand; non-null
    public function getOperand()
    {
        return $this->operand;
    }