FOF30\View\DataView\Raw::onBeforeRead PHP Méthode

onBeforeRead() protected méthode

Executes before rendering the page for the Read task.
protected onBeforeRead ( )
    protected function onBeforeRead()
    {
        /** @var DataModel $model */
        $model = $this->getModel();
        $this->item = $model->findOrFail();
    }