Apple_Exporter\Components\Title::build PHP Method

build() protected method

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();
    }