PHP 클래스 AuthorAssignedType

상속: extends DatabaseObject
파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$m_columnNames
$m_dbTableName
$m_keyColumnNames

공개 메소드들

메소드 설명
AddAuthorTypeToAuthor ( integer $p_authorId, integer $p_authorTypeId ) : void
GetAuthorTypesByAuthor ( integer $p_authorId )
OnAuthorDelete ( integer $p_authorId ) : void Remove author type pointers for the given author.
OnAuthorTypeDelete ( integer $p_authorTypeId ) : void This is called when an author type is deleted.
ResetAuthorAssignedTypes ( integer $p_authorId = null ) : void
__construct ( integer $p_authorId = null, integer $p_authorTypeId = null ) Constructor
getAuthorId ( ) : integer
getAuthorTypeId ( ) : integer

메소드 상세

AddAuthorTypeToAuthor() 공개 정적인 메소드

public static AddAuthorTypeToAuthor ( integer $p_authorId, integer $p_authorTypeId ) : void
$p_authorId integer
$p_authorTypeId integer
리턴 void

GetAuthorTypesByAuthor() 공개 정적인 메소드

public static GetAuthorTypesByAuthor ( integer $p_authorId )
$p_authorId integer

OnAuthorDelete() 공개 정적인 메소드

Remove author type pointers for the given author.
public static OnAuthorDelete ( integer $p_authorId ) : void
$p_authorId integer
리턴 void

OnAuthorTypeDelete() 공개 정적인 메소드

It will disassociate the author type from all authors.
public static OnAuthorTypeDelete ( integer $p_authorTypeId ) : void
$p_authorTypeId integer
리턴 void

ResetAuthorAssignedTypes() 공개 정적인 메소드

public static ResetAuthorAssignedTypes ( integer $p_authorId = null ) : void
$p_authorId integer
리턴 void

__construct() 공개 메소드

Constructor
public __construct ( integer $p_authorId = null, integer $p_authorTypeId = null )
$p_authorId integer
$p_authorTypeId integer

getAuthorId() 공개 메소드

public getAuthorId ( ) : integer
리턴 integer

getAuthorTypeId() 공개 메소드

public getAuthorTypeId ( ) : integer
리턴 integer

프로퍼티 상세

$m_columnNames 공개적으로 프로퍼티

public $m_columnNames

$m_dbTableName 공개적으로 프로퍼티

public $m_dbTableName

$m_keyColumnNames 공개적으로 프로퍼티

public $m_keyColumnNames