DashboardNavModule::handleEmpty PHP Method

handleEmpty() public method

public handleEmpty ( )
    public function handleEmpty()
    {
        $section = $this->getActiveSection();
        $section = val($section, self::$sectionsInfo);
        if (val('empty', $section) === true) {
            $this->items = [];
        }
    }