Exemplo n.º 1
0
 public function __construct(Ajde_Shop_Cart $cart = null)
 {
     parent::__construct();
     if (isset($cart)) {
         $this->setCart($cart);
     }
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->registerEvents();
 }
Exemplo n.º 3
0
 public function __construct()
 {
     Ajde_Event::register($this, 'afterCrudLoaded', [$this, 'parseForCrud']);
     parent::__construct();
 }
Exemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
     $this->setEncryptedFields(['ip', 'name', 'email', 'shipment_address', 'shipment_zipcode', 'shipment_city', 'shipment_region', 'shipment_country', 'shipment_description', 'shipment_trackingcode', 'shipment_secret']);
 }
Exemplo n.º 5
0
 public function __construct()
 {
     parent::__construct();
     $this->setEncryptedFields(['data']);
 }