Gc\Document\Collection::getId PHP 메소드

getId() 공개 메소드

(non-PHPdoc)
또한 보기: include Gc\Component\IterableInterface#getId()
public getId ( ) : boolean
리턴 boolean
    public function getId()
    {
        return false;
    }

Usage Example

예제 #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetId()
 {
     $this->assertFalse($this->object->getId());
 }