isEnabled() public method

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