PHP Class RainLab\Blog\Components\Post

Inheritance: extends Cms\Classes\ComponentBase
Mostra file Open project: rainlab/blog-plugin Class Usage Examples

Public Properties

Property Type Description
$categoryPage Reference to the page name for linking to categories.
$post The post model used for display.

Public Methods

Method Description
componentDetails ( )
defineProperties ( )
getCategoryPageOptions ( )
onRun ( )

Protected Methods

Method Description
loadPost ( )

Method Details

componentDetails() public method

public componentDetails ( )

defineProperties() public method

public defineProperties ( )

getCategoryPageOptions() public method

loadPost() protected method

protected loadPost ( )

onRun() public method

public onRun ( )

Property Details

$categoryPage public_oe property

Reference to the page name for linking to categories.
public $categoryPage

$post public_oe property

The post model used for display.
public $post