atk4\data\Reference::getDesiredName PHP Метод

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

Will use #ref_.
public getDesiredName ( ) : string
Результат string
    public function getDesiredName()
    {
        return '#ref_' . $this->link;
    }