Apple_Exporter\Settings::alignment_offset PHP 메소드

alignment_offset() 공개 메소드

When a component is displayed aligned relative to another one, slide the other component a few columns. This varies for centered and non-centered layouts, as centered layouts have more columns.
부터: 0.4.0
public alignment_offset ( ) : string
리턴 string
    public function alignment_offset()
    {
        return 'center' == $this->get('body_orientation') ? 3 : 2;
    }