public function executeImpl($partner_id, $subp_id, $puser_id, $partner_prefix, $puser_kuser)
 {
     /*
     		// make the playlist_mediaType a mandatory field - 
     		$media_type = $this->getPm ( $this->getObjectPrefix() .  "_mediaType" );
     		if ( ! in_array ( $media_type , array ( entry::ENTRY_MEDIA_TYPE_GENERIC_1 , entry::ENTRY_MEDIA_TYPE_XML , entry::ENTRY_MEDIA_TYPE_TEXT)  ) )
     		{
     			$this->addException( APIErrors::INVALID_PLAYLIST_TYPE );
     		}
     */
     // validate the xml of the dynamic playlist and update the update the entry_group table for a static playlist
     $res = parent::executeImpl($partner_id, $subp_id, $puser_id, $partner_prefix, $puser_kuser);
 }
Exemplo n.º 2
0
 public function executeImpl($partner_id, $subp_id, $puser_id, $partner_prefix, $puser_kuser)
 {
     // validate the xml of the dynamic playlist and update the update the entry_group table for a static playlist
     $res = parent::executeImpl($partner_id, $subp_id, $puser_id, $partner_prefix, $puser_kuser);
 }