コード例 #1
0
 public function fetchRecipientsLists($asObject = true)
 {
     return eZPersistentObject::fetchObjectList(jajNewsletterRecipientsList::definition(), null, array('subscription_list_id' => $this->ID), array(), array(), $asObject);
 }
コード例 #2
0
 static function removeByContentObjectID($contentobject_id)
 {
     return eZPersistentObject::fetchObjectList(jajNewsletterRecipientsList::definition(), array('contentobject_id' => $contentobject_id));
 }