Grido\Components\Button::getDestination PHP Метод

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

public getDestination ( ) : string
Результат string
    public function getDestination()
    {
        if ($this->destination === NULL) {
            $this->destination = $this->getName();
        }
        return $this->destination;
    }