Ejemplo n.º 1
0
 /**
  * Be sure to add our properties to the things to serialize
  *
  * @return array
  */
 public function __sleep()
 {
     return array_merge(parent::__sleep(), array('labels'));
 }
Ejemplo n.º 2
0
 /**
  * Be sure to add our properties to the things to serialize
  *
  * @return array
  */
 public function __sleep()
 {
     return array_merge(parent::__sleep(), array('start', 'end', 'type'));
 }