PHP Class MetaComment

Inheritance: extends MetaDbObject
Mostra file Open project: sourcefabric/newscoop Class Usage Examples

Public Methods

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

Protected Methods

Method 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 method

public __construct ( $messageId = null )

getArticle() protected method

protected getArticle ( )

getCommenter() protected method

protected getCommenter ( )

getEmail() protected method

protected getEmail ( )

getId() protected method

protected getId ( )

getMessage() protected method

protected getMessage ( )

getParent() public method

public getParent ( )

getRealName() protected method

protected getRealName ( )

getSource() protected method

protected getSource ( )

getStatus() protected method

protected getStatus ( )

getSubject() protected method

protected getSubject ( )

getSubmitDate() protected method

protected getSubmitDate ( )

getThreadDepth() protected method

fn __construct
protected getThreadDepth ( )

getUser() public method

Get user
public getUser ( ) : MetaUser
return MetaUser

hasParent() public method

public hasParent ( )

isAuthorAnonymous() protected method

protected isAuthorAnonymous ( )

threadLevel() public method

public threadLevel ( )

trigger_invalid_property_error() protected method

protected trigger_invalid_property_error ( $p_property, $p_smarty = null )