PHP Interface Xpressengine\Seo\SeoUsable

Author: XE Developers ([email protected])
Exibir arquivo Open project: xpressengine/xpressengine Interface Usage Examples

Public Methods

Method Description
getAuthor ( ) : string Returns author
getDescription ( ) : string Returns description
getImages ( ) : array Returns image url list
getKeyword ( ) : string | array Returns keyword
getTitle ( ) : string Returns title
getUrl ( ) : string Returns url

Method Details

getAuthor() public method

Returns author
public getAuthor ( ) : string
return string

getDescription() public method

Returns description
public getDescription ( ) : string
return string

getImages() public method

Returns image url list
public getImages ( ) : array
return array

getKeyword() public method

Returns keyword
public getKeyword ( ) : string | array
return string | array

getTitle() public method

Returns title
public getTitle ( ) : string
return string

getUrl() public method

Returns url
public getUrl ( ) : string
return string