PHP 클래스 MetaAuthor

상속: extends MetaDbObject
파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
__construct ( $p_idOrName = NULL, $p_type = NULL )

보호된 메소드들

메소드 설명
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

메소드 상세

__construct() 공개 메소드

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

getAim() 보호된 메소드

protected getAim ( )

getBiography() 보호된 메소드

protected getBiography ( )

getImage() 보호된 메소드

protected getImage ( )

getJabber() 보호된 메소드

protected getJabber ( )

getName() 보호된 메소드

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

getSkype() 보호된 메소드

protected getSkype ( )

getType() 보호된 메소드

protected getType ( )

getUrl() 보호된 메소드

Get author profile url
protected getUrl ( ) : string
리턴 string

getUser() 보호된 메소드

Get user related to author
protected getUser ( ) : MetaUser
리턴 MetaUser

hasUrl() 보호된 메소드

Test if author has profile url
protected hasUrl ( ) : boolean
리턴 boolean