コード例 #1
0
 /**
  * Gets the list of trusted host patterns.
  *
  * @return array An array of trusted host patterns.
  */
 public static function getTrustedHosts()
 {
     return Symfony\Component\HttpFoundation\Request::getTrustedHosts();
 }