Exemplo n.º 1
0
 /**
  * Create new instance.
  */
 public function __construct()
 {
     parent::__construct();
     $this->sortOrder = 0;
     $this->template = null;
     $this->format = null;
 }
Exemplo n.º 2
0
 /**
  * Create new instance.
  */
 public function __construct()
 {
     parent::__construct();
     $this->group = null;
     $this->trackDisplay = true;
     $this->showAll = false;
     $this->setTitle('Banner Block');
 }
Exemplo n.º 3
0
 /**
  * Create new instance.
  */
 public function __construct()
 {
     parent::__construct();
     $this->name = '';
     $this->classes = array();
     $this->value = null;
     $this->setAttributeNames(array('id'));
     $this->encode = true;
 }
Exemplo n.º 4
0
 /**
  * Create new user.
  *
  * @param string title The title; default is <code>null</code> to use the id.
  */
 public function __construct($title = null)
 {
     parent::__construct();
     // default
     $this->id = get_class($this);
     $this->setTitle(null != $title ? $title : $this->id);
     $this->minimize = true;
     $this->maximize = false;
     $this->options = null;
     $this->open = true;
     $this->status = self::STATUS_DEFAULT;
 }
 /**
  * Create new instance.
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTitle('PayPal EC Button');
 }