Grido\Components\Actions\Href::getDestination PHP Méthode

getDestination() public méthode

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