ApiPlatform\SchemaGenerator\GoodRelationsBridge::getPropertyUrl PHP Méthode

getPropertyUrl() private méthode

Gets a property URL.
private getPropertyUrl ( string $id ) : string
$id string
Résultat string
    private function getPropertyUrl($id)
    {
        return self::GOOD_RELATIONS_NAMESPACE . $this->convertPropertyId($id);
    }