Ejemplo n.º 1
0
 protected function preSerialize(array &$data)
 {
     parent::preSerialize($data);
     $data[] = $this->string;
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 protected function preSerialize(array &$data)
 {
     parent::preSerialize($data);
     $data[] = $this->className;
 }
Ejemplo n.º 3
0
 /**
  * {@inheritdoc}
  */
 protected function preSerialize(array &$data)
 {
     parent::preSerialize($data);
     $data[] = $this->query;
     $data[] = $this->language;
 }