PHP Class Marcelgwerder\ApiHandler\MetaProvider

Show file Open project: marcelgwerder/laravel-api-handler

Protected Properties

Property Type Description
$title string Title of the meta field

Public Methods

Method Description
get ( ) : string Get the meta information
getTitle ( ) : string Get the title of the meta field

Method Details

get() abstract public method

Get the meta information
abstract public get ( ) : string
return string

getTitle() public method

Get the title of the meta field
public getTitle ( ) : string
return string

Property Details

$title protected property

Title of the meta field
protected string $title
return string