PHP Class WikiPage, ewiki

The followings are the available columns in table 'wiki_page':
Inheritance: extends CActiveRecord
Afficher le fichier Open project: patrikf/ewiki Class Usage Examples

Méthodes publiques

Свойство Type Description
$object
$path

Protected Properties

Свойство Type Description
$commit
$mime_type

Méthodes publiques

Méthode Description
__construct ( $path, $commit = NULL )
format ( )
fromURL ( $name, $commit = NULL )
getLastModified ( )
getMimeType ( )
getName ( )
getPageHistory ( )
getPageType ( )
getURL ( )
isValid ( )
link ( )
listEntries ( )

Method Details

__construct() public méthode

public __construct ( $path, $commit = NULL )

format() public méthode

public format ( )

fromURL() public static méthode

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

getLastModified() public méthode

public getLastModified ( )

getMimeType() public méthode

public getMimeType ( )

getName() public méthode

public getName ( )

getPageHistory() public méthode

public getPageHistory ( )

getPageType() public méthode

public getPageType ( )

getURL() public méthode

public getURL ( )

isValid() public méthode

public isValid ( )

listEntries() public méthode

public listEntries ( )

Property Details

$commit protected_oe property

protected $commit

$mime_type protected_oe property

protected $mime_type

$object public_oe property

public $object

$path public_oe property

public $path