Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.41 KB | None | 0 0
  1. $catchupService = SpectarServices::getService('catchup_tv', null, $params = array('recordObject' =>
  2.                 array( 'type' => 'Video', 'id' => $this->getObject()->getId(), 'object' => $this->getObject() )));
  3.             if($catchupService && $catchupService->isActive());{
  4.                 $catchupService->setValue('prv_activation_date',$catchupService->provisioning()->getPropertyValue('prv_activation_date'));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement