Prado\Web\UI\WebControls\TClientScript::render PHP Метод

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

Overrides parent implementation, parent renderChildren method is called during {@link registerCustomScript}.
public render ( $writer )
    public function render($writer)
    {
        if ($this->getFlushScriptFiles()) {
            $this->getPage()->getClientScript()->flushScriptFiles($writer, $this);
        }
        $this->renderCustomScriptFile($writer);
        $this->renderCustomScript($writer);
    }