Sulu\Component\Rest\ListBuilder\Metadata\General\PropertyMetadata::unserialize PHP Метод

unserialize() публичный Метод

public unserialize ( $str )
    public function unserialize($str)
    {
        list($this->class, $this->name, $this->translation, $this->display, $this->type, $this->width, $this->minWidth, $this->sortable, $this->editable, $this->cssClass, $this->filterType, $this->filterTypeParameters) = unserialize($str);
    }