Example #1
0
 /**
  * Get the permissions of a file
  * @return int an octal value of the permissions. eg. 0755
  */
 public function getPermissions()
 {
     return $this->fs->getPermissions($this);
 }