예제 #1
0
 /**
  * @return mixed
  */
 public function getGroup()
 {
     if (!$this->_group) {
         $this->_group = IOHelper::getGroup($this->getRealPath());
     }
     return $this->_group;
 }