Prado\Web\UI\TClientScriptManager::registerPradoScript PHP 메소드

registerPradoScript() 공개 메소드

Registers Prado javascript by library name. See "Web/Javascripts/packages.php" for library names.
public registerPradoScript ( $name )
    public function registerPradoScript($name)
    {
        $this->registerPradoScriptInternal($name);
        $params = func_get_args();
        $this->_page->registerCachingAction('Page.ClientScript', 'registerPradoScript', $params);
    }