コード例 #1
0
ファイル: BaseIO.php プロジェクト: kentonquatman/portfolio
 /**
  * @return mixed
  */
 public function getGroup()
 {
     if (!$this->_group) {
         $this->_group = IOHelper::getGroup($this->getRealPath());
     }
     return $this->_group;
 }