CheckoutPage_Controller::Title PHP Method

Title() public method

public Title ( )
    public function Title()
    {
        if ($this->Title) {
            return $this->Title;
        }
        return _t('CheckoutPage.DefaultTitle', "Checkout");
    }