예제 #1
0
파일: File.php 프로젝트: symcloud/symcloud
 /**
  * @return string
  *
  * @VirtualProperty()
  */
 public function getMimetype()
 {
     return $this->node->getMimetype();
 }