コード例 #1
0
ファイル: IncludeGroup.php プロジェクト: frostiks25/rzwebsys7
 /**
  * @inheritdoc
  */
 public function __get($name)
 {
     $val = parent::__get($name);
     if ($name == "includes" and !empty($val)) {
         $this->sortIncludes($val, $this->id);
     }
     return $val;
 }