isEnabled() public method

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