GridFieldAddNewMultiClass::setTitle PHP 메소드

setTitle() 공개 메소드

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