isEnabled() 공개 메소드

Is this entity enabled?
public isEnabled ( ) : boolean
리턴 boolean Whether this entity is enabled.
예제 #1
0
 public function testIsEnabled()
 {
     $this->assertTrue($this->obj->isEnabled());
 }