PHP Class GBPage, gitblog

Inheritance: extends GBExposedContent
Exibir arquivo Open project: rsms/gitblog Class Usage Examples

Public Properties

Property Type Description
$hidden # order in menu, etc.
$order

Public Methods

Method Description
__sleep ( )
buildHeaderFields ( )
find ( $uri_path_or_slug, $version = null, $applyBodyFilters = true )
findByName ( $name, $version = null, $applyBodyFilters = true )
isCurrent ( )
mkCachename ( $slug )
parseHeaderFields ( ) # hidden from menu, but still accessible (i.e. not the same thing as $draft)
pathToCached ( $slug )
recommendedName ( )
urlTo ( $slug )

Method Details

__sleep() public method

public __sleep ( )

buildHeaderFields() public method

public buildHeaderFields ( )

find() static public method

static public find ( $uri_path_or_slug, $version = null, $applyBodyFilters = true )

findByName() static public method

static public findByName ( $name, $version = null, $applyBodyFilters = true )

isCurrent() public method

public isCurrent ( )

mkCachename() static public method

static public mkCachename ( $slug )

parseHeaderFields() public method

# hidden from menu, but still accessible (i.e. not the same thing as $draft)
public parseHeaderFields ( )

pathToCached() static public method

static public pathToCached ( $slug )

recommendedName() public method

public recommendedName ( )

urlTo() static public method

static public urlTo ( $slug )

Property Details

$hidden public_oe property

# order in menu, etc.
public $hidden

$order public_oe property

public $order