Prado\Web\UI\TPage::onPreInit PHP Метод

onPreInit() публичный Метод

This method is invoked right before {@link onInit OnInit} stage. You may override this method to provide additional initialization that should be done before {@link onInit OnInit} (e.g. setting {@link setTheme Theme} or {@link setStyleSheetTheme StyleSheetTheme}). Remember to call the parent implementation to ensure OnPreInit event is raised.
public onPreInit ( $param )
    public function onPreInit($param)
    {
        $this->raiseEvent('OnPreInit', $this, $param);
    }