コード例 #1
0
ファイル: FileBehavior.php プロジェクト: ahb360/kalpok
 public function getFiles($group = null)
 {
     if (null == $group) {
         throw new InvalidParamException("missing one parameter for FileBehavior method `getFile(\$group)`");
     }
     return File::getByModelAndGroup($this->owner, $group);
 }