Пример #1
0
 /**
  * Returns the creation time of the file as Unix timestamp
  *
  * @return int
  */
 public function getCreationTime()
 {
     return (int) $this->originalFile->getCreationTime();
 }