Exemplo n.º 1
0
 /**
  * Counts all associated UserAccountsAsModifiedBy
  * @return int
  */
 public function CountUserAccountsAsModifiedBy()
 {
     if (is_null($this->intUserAccountId)) {
         return 0;
     }
     return UserAccount::CountByModifiedBy($this->intUserAccountId);
 }