Exemplo n.º 1
0
 /**
  * Moved user profile to config;
  * @param array $htmlOptions
  * @return string
  */
 public function getLastActiveProfileLink($htmlOptions = [])
 {
     return Config::get()->getProfileLink($this->last_active_user_id, $this->lastActiveUser->name, $htmlOptions);
 }
Exemplo n.º 2
0
 /**
  * Moved user profile to config;
  * @param array $htmlOptions
  * @return string
  */
 public function getEditorProfileLink($htmlOptions = [])
 {
     return Config::get()->getProfileLink($this->edit_user_id, $this->editor->name, $htmlOptions);
 }