isEnabled() public méthode

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