PHP Class MetaAuthor

Inheritance: extends MetaDbObject
Afficher le fichier Open project: sourcefabric/newscoop

Méthodes publiques

Méthode Description
__construct ( $p_idOrName = NULL, $p_type = NULL )

Méthodes protégées

Méthode Description
getAim ( )
getBiography ( )
getImage ( )
getJabber ( )
getName ( $p_format = '%_FIRST_NAME %_LAST_NAME' )
getSkype ( )
getType ( )
getUrl ( ) : string Get author profile url
getUser ( ) : MetaUser Get user related to author
hasUrl ( ) : boolean Test if author has profile url

Method Details

__construct() public méthode

public __construct ( $p_idOrName = NULL, $p_type = NULL )

getAim() protected méthode

protected getAim ( )

getBiography() protected méthode

protected getBiography ( )

getImage() protected méthode

protected getImage ( )

getJabber() protected méthode

protected getJabber ( )

getName() protected méthode

protected getName ( $p_format = '%_FIRST_NAME %_LAST_NAME' )

getSkype() protected méthode

protected getSkype ( )

getType() protected méthode

protected getType ( )

getUrl() protected méthode

Get author profile url
protected getUrl ( ) : string
Résultat string

getUser() protected méthode

Get user related to author
protected getUser ( ) : MetaUser
Résultat MetaUser

hasUrl() protected méthode

Test if author has profile url
protected hasUrl ( ) : boolean
Résultat boolean