Exemplo n.º 1
0
 /**
  * @param array $options
  * @see Zend_Form::__construct()
  */
 public function __construct($options = null)
 {
     if (isset($options['showPartnerId'])) {
         $this->showPartnerId = $options['showPartnerId'];
     }
     parent::__construct($options);
 }
Exemplo n.º 2
0
 public function __construct($options = null)
 {
     if (isset($options['playerDeliveryTypes'])) {
         $this->playerDeliveryTypes = $options['playerDeliveryTypes'];
         unset($options['playerDeliveryTypes']);
     }
     parent::__construct($options);
 }
Exemplo n.º 3
0
 public function __construct($partnerId, $type)
 {
     $this->newPartnerId = $partnerId;
     $this->drmProfileProvider = $type;
     parent::__construct();
 }
 public function __construct($partnerId, $type)
 {
     $this->newPartnerId = $partnerId;
     $this->dropFolderType = $type;
     parent::__construct();
 }
 public function __construct($partnerId, $templateType)
 {
     $this->partnerId = $partnerId;
     $this->templateType = $templateType;
     parent::__construct();
 }