getDomain() public method

Get the domain.
public getDomain ( ) : string
return string
コード例 #1
0
 /**
  * Get the domain.
  *
  * @return string 
  * @static 
  */
 public static function getDomain()
 {
     return \Dingo\Api\Dispatcher::getDomain();
 }