Sulu\Bundle\ContentBundle\Markup\Link\LinkConfiguration::jsonSerialize PHP Метод

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

public jsonSerialize ( )
    public function jsonSerialize()
    {
        return ['title' => $this->title, 'component' => $this->component, 'componentOptions' => $this->componentOptions, 'slideOptions' => $this->slideOptions];
    }