Neos\Flow\Mvc\Routing\AbstractRoutePart::getValue PHP Метод

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

Returns value of the Route Part. Before match() is called this returns NULL.
public getValue ( ) : mixed
Результат mixed
    public function getValue()
    {
        return $this->value;
    }