Ansel_Ajax_Imple_ToggleOtherGalleries::_attach PHP Метод

_attach() защищенный Метод

protected _attach ( $init )
    protected function _attach($init)
    {
        if ($init) {
            $GLOBALS['page_output']->addScriptFile('togglewidget.js');
        }
        return 'doActionToggle("' . $this->getDomId() . '", "show_othergalleries")';
    }
Ansel_Ajax_Imple_ToggleOtherGalleries