getName() публичный Метод

Name of the file attached.
public getName ( ) : string
Результат string
 /**
  * @depends testSerializationDeserialization
  * @param FileAttachment $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getName(), "TestSample");
     $this->assertEquals($obj->getUrl(), "http://www.google.com");
 }