getId() public method

(non-PHPdoc)
See also: include Gc\Component\IterableInterface#getId()
public getId ( ) : boolean
return boolean
コード例 #1
0
ファイル: CollectionTest.php プロジェクト: gotcms/gotcms
 /**
  * Test
  *
  * @return void
  */
 public function testGetId()
 {
     $this->assertFalse($this->object->getId());
 }