Grido\Components\Button::getDestination PHP Method

getDestination() public method

public getDestination ( ) : string
return string
    public function getDestination()
    {
        if ($this->destination === NULL) {
            $this->destination = $this->getName();
        }
        return $this->destination;
    }