예제 #1
0
 public function urlId(string $type) : array
 {
     return array_merge(parent::id($type), ['required' => true, 'location' => self::URL, 'documented' => false]);
 }
예제 #2
0
 public function urlId($type) : array
 {
     return array_merge(parent::id($type), ['required' => true, 'location' => self::URL]);
 }