Gc\Document\Collection::getName PHP Method

getName() public method

(non-PHPdoc)
See also: include Gc\Component\IterableInterface#getName()
public getName ( ) : string
return string
    public function getName()
    {
        return 'Website';
    }

Usage Example

Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetName()
 {
     $this->assertEquals('Website', $this->object->getName());
 }