Prado\Web\UI\WebControls\TWizardNavigationButtonStyle::getButtonType PHP 메소드

getButtonType() 공개 메소드

public getButtonType ( ) : TWizardNavigationButtonType
리턴 TWizardNavigationButtonType button type. Default to TWizardNavigationButtonType::Button.
    public function getButtonType()
    {
        return $this->_buttonType === null ? TWizardNavigationButtonType::Button : $this->_buttonType;
    }