PHP Class MetaComment

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

Méthodes publiques

Méthode Description
__construct ( $messageId = null )
getParent ( )
getUser ( ) : MetaUser Get user
hasParent ( )
threadLevel ( )

Méthodes protégées

Méthode Description
getArticle ( )
getCommenter ( )
getEmail ( )
getId ( )
getMessage ( )
getRealName ( )
getSource ( )
getStatus ( )
getSubject ( )
getSubmitDate ( )
getThreadDepth ( ) fn __construct
isAuthorAnonymous ( )
trigger_invalid_property_error ( $p_property, $p_smarty = null )

Method Details

__construct() public méthode

public __construct ( $messageId = null )

getArticle() protected méthode

protected getArticle ( )

getCommenter() protected méthode

protected getCommenter ( )

getEmail() protected méthode

protected getEmail ( )

getId() protected méthode

protected getId ( )

getMessage() protected méthode

protected getMessage ( )

getParent() public méthode

public getParent ( )

getRealName() protected méthode

protected getRealName ( )

getSource() protected méthode

protected getSource ( )

getStatus() protected méthode

protected getStatus ( )

getSubject() protected méthode

protected getSubject ( )

getSubmitDate() protected méthode

protected getSubmitDate ( )

getThreadDepth() protected méthode

fn __construct
protected getThreadDepth ( )

getUser() public méthode

Get user
public getUser ( ) : MetaUser
Résultat MetaUser

hasParent() public méthode

public hasParent ( )

isAuthorAnonymous() protected méthode

protected isAuthorAnonymous ( )

threadLevel() public méthode

public threadLevel ( )

trigger_invalid_property_error() protected méthode

protected trigger_invalid_property_error ( $p_property, $p_smarty = null )