getId() public méthode

(non-PHPdoc)
See also: include Gc\Component\IterableInterface#getId()
public getId ( ) : boolean
Résultat boolean
Exemple #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetId()
 {
     $this->assertFalse($this->object->getId());
 }