예제 #1
0
파일: N500px.php 프로젝트: SmartCrowd/Embed
 /**
  * {@inheritdoc}
  */
 public static function getEndPoint(Url $url)
 {
     if (is_numeric($url->getDirectoryPosition(1))) {
         return $url->createUrl()->withDirectoryPosition(2, 'oembed.json');
     }
     return '';
 }