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;
    }