PHP 클래스 WikiPage, ewiki

The followings are the available columns in table 'wiki_page':
상속: extends CActiveRecord
파일 보기 프로젝트 열기: patrikf/ewiki 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$object
$path

보호된 프로퍼티들

프로퍼티 타입 설명
$commit
$mime_type

공개 메소드들

메소드 설명
__construct ( $path, $commit = NULL )
format ( )
fromURL ( $name, $commit = NULL )
getLastModified ( )
getMimeType ( )
getName ( )
getPageHistory ( )
getPageType ( )
getURL ( )
isValid ( )
link ( )
listEntries ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $path, $commit = NULL )

format() 공개 메소드

public format ( )

fromURL() 공개 정적인 메소드

public static fromURL ( $name, $commit = NULL )

getLastModified() 공개 메소드

public getLastModified ( )

getMimeType() 공개 메소드

public getMimeType ( )

getName() 공개 메소드

public getName ( )

getPageHistory() 공개 메소드

public getPageHistory ( )

getPageType() 공개 메소드

public getPageType ( )

getURL() 공개 메소드

public getURL ( )

isValid() 공개 메소드

public isValid ( )

listEntries() 공개 메소드

public listEntries ( )

프로퍼티 상세

$commit 보호되어 있는 프로퍼티

protected $commit

$mime_type 보호되어 있는 프로퍼티

protected $mime_type

$object 공개적으로 프로퍼티

public $object

$path 공개적으로 프로퍼티

public $path