Apple_Exporter\Components\Title::set_layout PHP Method

set_layout() private method

Set the layout for the component.
private set_layout ( )
    private function set_layout()
    {
        $this->json['layout'] = 'title-layout';
        $this->register_layout('title-layout', array('margin' => array('top' => 30, 'bottom' => 0)));
    }