GridFieldAddNewMultiClass::setTitle PHP Method

setTitle() public method

Sets the button title text.
public setTitle ( string $title ) : GridFieldAddNewMultiClass
$title string
return GridFieldAddNewMultiClass $this
    public function setTitle($title)
    {
        $this->title = $title;
        return $this;
    }