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);
    }