RainLab\Blog\Components\Post::onRun PHP Method

onRun() public method

public onRun ( )
    public function onRun()
    {
        $this->categoryPage = $this->page['categoryPage'] = $this->property('categoryPage');
        $this->post = $this->page['post'] = $this->loadPost();
    }