AdminPageFramework_PointerToolTip::_replyToInsertInternalScript PHP Метод

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

    public function _replyToInsertInternalScript()
    {
        echo "<script type='text/javascript' class='admin-page-framework-pointer-tool-tip'>" . '/* <![CDATA[ */' . $this->_getInternalScript(self::$aPointers) . '/* ]]> */' . "</script>";
    }