Esempio n. 1
0
 public function phpSerializable(PhpSerializationMap $map)
 {
     return $map->newObject($this, [$this->m_type, $this->GetSerializedName()]);
 }
Esempio n. 2
0
 public function phpSerializable(PhpSerializationMap $map)
 {
     return $map->newObject($this, [$this->m_lookup]);
 }
Esempio n. 3
0
 public function phpSerializable(PhpSerializationMap $map)
 {
     return $map->newObject($this, [$this->m_root, $this->m_name, $this->m_parent, $this->m_includes, $this->m_filters]);
 }
Esempio n. 4
0
 public function phpSerializable(PhpSerializationMap $map)
 {
     return $map->newObject($this, [$this->m_regex, $this->m_params, $this->m_actions, $this->m_methods, (int) $this->m_method]);
 }
Esempio n. 5
0
 public function phpSerializable(PhpSerializationMap $map)
 {
     return $map->newObject($this, [$this->m_token, NULL, $this->m_children]);
 }