getSuccessUrl() 공개 메소드

public getSuccessUrl ( ) : string
리턴 string successful URL.
예제 #1
0
 /**
  * @inheritdoc
  */
 public function getSuccessUrl()
 {
     return $this->_module->getSocialSetting('defaultSuccessUrl', $this->userType, parent::getSuccessUrl());
 }