atk4\data\Reference::getDesiredName PHP 메소드

getDesiredName() 공개 메소드

Will use #ref_.
public getDesiredName ( ) : string
리턴 string
    public function getDesiredName()
    {
        return '#ref_' . $this->link;
    }