PHP Interface Xpressengine\Seo\SeoUsable

Author: XE Developers ([email protected])
Afficher le fichier Open project: xpressengine/xpressengine Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

Returns author
public getAuthor ( ) : string
Résultat string

getDescription() public méthode

Returns description
public getDescription ( ) : string
Résultat string

getImages() public méthode

Returns image url list
public getImages ( ) : array
Résultat array

getKeyword() public méthode

Returns keyword
public getKeyword ( ) : string | array
Résultat string | array

getTitle() public méthode

Returns title
public getTitle ( ) : string
Résultat string

getUrl() public méthode

Returns url
public getUrl ( ) : string
Résultat string