Exemplo n.º 1
0
 public function phpSerializable(PhpSerializationMap $map)
 {
     return $map->newObject($this, [$this->m_type, $this->GetSerializedName()]);
 }
Exemplo n.º 2
0
 public function phpSerializable(PhpSerializationMap $map)
 {
     return $map->newObject($this, [$this->m_lookup]);
 }
Exemplo 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]);
 }
Exemplo 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]);
 }
Exemplo n.º 5
0
 public function phpSerializable(PhpSerializationMap $map)
 {
     return $map->newObject($this, [$this->m_token, NULL, $this->m_children]);
 }