Marcelgwerder\ApiHandler\MetaProvider::getTitle PHP Метод

getTitle() публичный Метод

Get the title of the meta field
public getTitle ( ) : string
Результат string
    public function getTitle()
    {
        return $this->title;
    }
MetaProvider