ApiPlatform\SchemaGenerator\GoodRelationsBridge::getPropertyUrl PHP Метод

getPropertyUrl() приватный Метод

Gets a property URL.
private getPropertyUrl ( string $id ) : string
$id string
Результат string
    private function getPropertyUrl($id)
    {
        return self::GOOD_RELATIONS_NAMESPACE . $this->convertPropertyId($id);
    }