Esempio n. 1
0
 /**
  * Counts all many-to-many associated CheckingAccountLookups
  * @return int
  */
 public function CountCheckingAccountLookups()
 {
     if (is_null($this->intId)) {
         return 0;
     }
     return CheckingAccountLookup::CountByPerson($this->intId);
 }