PHP Class RainLab\Blog\Components\Post

Inheritance: extends Cms\Classes\ComponentBase
Afficher le fichier Open project: rainlab/blog-plugin Class Usage Examples

Méthodes publiques

Свойство Type Description
$categoryPage Reference to the page name for linking to categories.
$post The post model used for display.

Méthodes publiques

Méthode Description
componentDetails ( )
defineProperties ( )
getCategoryPageOptions ( )
onRun ( )

Méthodes protégées

Méthode Description
loadPost ( )

Method Details

componentDetails() public méthode

public componentDetails ( )

defineProperties() public méthode

public defineProperties ( )

getCategoryPageOptions() public méthode

loadPost() protected méthode

protected loadPost ( )

onRun() public méthode

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