Neos\Neos\TypoScript\MenuImplementation::getEntryLevel PHP Метод

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

1 = first level of the site 2 = second level of the site ... 0 = same level as the current page -1 = one level above the current page -2 = two levels above the current page ...
public getEntryLevel ( ) : integer
Результат integer
    public function getEntryLevel()
    {
        return $this->tsValue('entryLevel');
    }