Neos\Neos\Fusion\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');
    }