TbMenu::isVertical PHP Метод

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

Returns whether this is a vertical menu.
public isVertical ( ) : boolean
Результат boolean the result
    public function isVertical()
    {
        return isset($this->type) && $this->type === self::TYPE_LIST;
    }