Gc\Document\Model::getName PHP Method

getName() public method

(non-PHPdoc)
See also: include Gc\Component\IterableInterface#getName()
public getName ( ) : string
return string
    public function getName()
    {
        return $this->getData('name');
    }

Usage Example

Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetName()
 {
     $this->assertEquals('Document name', $this->object->getName());
 }
All Usage Examples Of Gc\Document\Model::getName