Пример #1
0
 public function phpSerializable(PhpSerializationMap $map)
 {
     return $map->newObject($this, [$this->m_type, $this->GetSerializedName()]);
 }
Пример #2
0
 public function phpSerializable(PhpSerializationMap $map)
 {
     return $map->newObject($this, [$this->m_lookup]);
 }
Пример #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]);
 }
Пример #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]);
 }
Пример #5
0
 public function phpSerializable(PhpSerializationMap $map)
 {
     return $map->newObject($this, [$this->m_token, NULL, $this->m_children]);
 }