getDomain() 공개 메소드

Get the domain.
public getDomain ( ) : string
리턴 string
예제 #1
0
 /**
  * Get the domain.
  *
  * @return string 
  * @static 
  */
 public static function getDomain()
 {
     return \Dingo\Api\Dispatcher::getDomain();
 }