PHP Class WikiPage, ewiki

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

Public Properties

Property Type Description
$object
$path

Protected Properties

Property Type Description
$commit
$mime_type

Public Methods

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

Method Details

__construct() public method

public __construct ( $path, $commit = NULL )

format() public method

public format ( )

fromURL() public static method

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

getLastModified() public method

public getLastModified ( )

getMimeType() public method

public getMimeType ( )

getName() public method

public getName ( )

getPageHistory() public method

public getPageHistory ( )

getPageType() public method

public getPageType ( )

getURL() public method

public getURL ( )

isValid() public method

public isValid ( )

listEntries() public method

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