예제 #1
0
 public function __sleep()
 {
     return array_merge(parent::__sleep(), array('mCommentId', 'mRootObj'));
 }
예제 #2
0
 public function __sleep()
 {
     return array_merge(parent::__sleep(), array('mGalleryPath'));
 }
예제 #3
0
 public function __sleep()
 {
     return array_merge(parent::__sleep(), array('mUserId', 'mUsername', 'mRoles', 'mTicket', 'mAuth'));
 }
예제 #4
0
파일: BitPage.php 프로젝트: bitweaver/wiki
 public function __sleep()
 {
     return array_merge(parent::__sleep(), array('mPageId', 'mPageName'));
 }
예제 #5
0
 public function __sleep()
 {
     return array_merge(parent::__sleep(), array('mProductsId', 'mOptions', 'mDiscounts'));
 }