Encore\Admin\Widgets\Tab::title PHP Method

title() public method

public title ( $title = '' )
    public function title($title = '')
    {
        $this->attributes['title'] = $title;
    }