getDomain() 공개 메소드

Return the primary domain of the user accessing the system.
public getDomain ( ) : string
리턴 string The primary domain.
예제 #1
0
파일: Log.php 프로젝트: horde/horde
 /**
  * Return the primary domain of the user accessing the system.
  *
  * @return string The primary domain.
  */
 public function getDomain()
 {
     return $this->_user->getDomain();
 }