on() public method

Sets the domain to be used for the request.
public on ( string $domain ) : Dispatcher
$domain string
return 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);
 }