PHP 클래스 MetaTopic

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

공개 프로퍼티들

프로퍼티 타입 설명
$defined boolean Checks if topic is defined
$id integer Alias to identifier
$identifier integer Topic id
$is_root boolean Is topic root
$name string Topic name
$parent MetaTopic Parent topic
$value string Topic full name e.g. topic:en

공개 메소드들

메소드 설명
GetTypeName ( )
__construct ( string $topicIdOrName = null, $languageCode = null ) Construct

보호된 메소드들

메소드 설명
getLocale ( )
getName ( )
getParent ( )
getValue ( )
isRoot ( )

메소드 상세

GetTypeName() 공개 정적인 메소드

public static GetTypeName ( )

__construct() 공개 메소드

Construct
public __construct ( string $topicIdOrName = null, $languageCode = null )
$topicIdOrName string

getLocale() 보호된 메소드

protected getLocale ( )

getName() 보호된 메소드

protected getName ( )

getParent() 보호된 메소드

protected getParent ( )

getValue() 보호된 메소드

protected getValue ( )

isRoot() 보호된 메소드

protected isRoot ( )

프로퍼티 상세

$defined 공개적으로 프로퍼티

Checks if topic is defined
public bool $defined
리턴 boolean

$id 공개적으로 프로퍼티

Alias to identifier
public int $id
리턴 integer

$identifier 공개적으로 프로퍼티

Topic id
public int $identifier
리턴 integer

$is_root 공개적으로 프로퍼티

Is topic root
public bool $is_root
리턴 boolean

$name 공개적으로 프로퍼티

Topic name
public string $name
리턴 string

$parent 공개적으로 프로퍼티

Parent topic
public MetaTopic $parent
리턴 MetaTopic

$value 공개적으로 프로퍼티

Topic full name e.g. topic:en
public string $value
리턴 string