コード例 #1
0
ファイル: URL.php プロジェクト: boomcms/boom-core
 /**
  * @param URLInterface $url
  *
  * @return $this
  */
 public function delete(URLInterface $url)
 {
     $url->delete();
     return $this;
 }