Drest\Mapping\RouteMetaData::unserialize PHP Method

unserialize() public method

Un-serialise this object and reestablish it's state
public unserialize ( string $string )
$string string
    public function unserialize($string)
    {
        list($this->route_pattern, $this->route_conditions, $this->param_names, $this->param_names_path, $this->route_params, $this->unmapped_route_params, $this->name, $this->verbs, $this->collection, $this->handle_call, $this->expose, $this->disable_expose, $this->allowed_option_request) = unserialize($string);
    }