vova07\fileapi\Widget::register PHP Method

register() public method

Register all widget scripts and callbacks
public register ( )
    public function register()
    {
        $this->registerMainClientScript();
        $this->registerClientScript();
        $this->registerDefaultCallbacks();
        $this->registerCallbacks();
    }