GetAuthorAliases() public static method

Get all the author aliases that match the given criteria.
public static GetAuthorAliases ( integer $p_id = null, integer $p_authorId = null, string $p_name = null ) : array
$p_id integer
$p_authorId integer
$p_name string
return array
Esempio n. 1
0
 /**
  * @return void
  */
 protected function loadAliases()
 {
     $this->m_aliases = AuthorAlias::GetAuthorAliases(null, $this->getId());
 }