Marcelgwerder\ApiHandler\MetaProvider::getTitle PHP Method

getTitle() public method

Get the title of the meta field
public getTitle ( ) : string
return string
    public function getTitle()
    {
        return $this->title;
    }
MetaProvider