getIterableId() public method

(non-PHPdoc)
See also: include Gc\Component\IterableInterface#getIterableId()
public getIterableId ( ) : string
return string
Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetIterableId()
 {
     $this->assertEquals('documents', $this->object->getIterableId());
 }