Gc\Document\Collection::getId PHP Method

getId() public method

(non-PHPdoc)
See also: include Gc\Component\IterableInterface#getId()
public getId ( ) : boolean
return boolean
    public function getId()
    {
        return false;
    }

Usage Example

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