예제 #1
0
 /**
  * Loads all RecipientLists which belong to the user.
  *
  * @return RecipientList[] An array with RecipientLists.
  */
 public function getRecipientLists()
 {
     return $this->User->loadRelatedObjects('User2RecipientList');
 }