Apple_Exporter\Components\Title::build PHP Метод

build() защищенный Метод

Build the component.
protected build ( string $text )
$text string
    protected function build($text)
    {
        $this->json = array('role' => 'title', 'text' => $text);
        $this->set_style();
        $this->set_layout();
    }