Пример #1
0
 /**
  * Returns name of file
  * @return string
  */
 public function getFileName()
 {
     $result = $this->object->getFileName();
     return $result === $this->object ? $this : $result;
 }