APIProject::Link PHP Method

    public function Link()
    {
        return Controller::join_links($this->parent->Link(), $this->record->Name);
    }