Grido\Components\Button::getDestination PHP 메소드

getDestination() 공개 메소드

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