Apple_Exporter\Components\Quote::set_layout PHP Method

set_layout() private method

Set the layout for the component.
private set_layout ( )
    private function set_layout()
    {
        $this->register_layout('quote-layout', array('margin' => array('top' => 12, 'bottom' => 12)));
    }