hasValue() 공개 메소드

public hasValue ( ) : boolean
리턴 boolean
예제 #1
0
 public function testHasValueWithANullType()
 {
     $compiledExpression = new CompiledExpression(CompiledExpression::NULL);
     parent::assertTrue($compiledExpression->hasValue());
 }