on() 공개 메소드

Sets the domain to be used for the request.
public on ( string $domain ) : Dispatcher
$domain string
리턴 Dispatcher
예제 #1
0
 /**
  * Sets the domain to be used for the request.
  *
  * @param string $domain
  * @return \Dingo\Api\Dispatcher 
  * @static 
  */
 public static function on($domain)
 {
     return \Dingo\Api\Dispatcher::on($domain);
 }