예제 #1
0
파일: FactoryService.php 프로젝트: splot/di
 public function __sleep()
 {
     return array_merge(parent::__sleep(), array('factoryService', 'factoryMethod', 'factoryArguments'));
 }