FOF30\Form\Field\Button::getTitle PHP Method

getTitle() protected method

Method to get the field title.
protected getTitle ( ) : string
return string The field title.
    protected function getTitle()
    {
        return null;
    }