コード例 #1
0
ファイル: LazyCollection.php プロジェクト: timetoogo/penumbra
 public function serialize()
 {
     $this->Load();
     return parent::serialize();
 }