hasValue() public method

public hasValue ( ) : boolean
return boolean
Exemplo n.º 1
0
 public function testHasValueWithANullType()
 {
     $compiledExpression = new CompiledExpression(CompiledExpression::NULL);
     parent::assertTrue($compiledExpression->hasValue());
 }