Exemplo n.º 1
0
 /**
  * @return mixed
  */
 public function getOwner()
 {
     if (!$this->_owner) {
         $this->_owner = IOHelper::getOwner($this->getRealPath());
     }
     return $this->_owner;
 }