Apple_Exporter\Settings::layout_width PHP 메소드

layout_width() 공개 메소드

Get the layout width.
public layout_width ( ) : string
리턴 string
    public function layout_width()
    {
        return 'center' == $this->get('body_orientation') ? 768 : 1024;
    }