Example #1
0
File: Rules.php Project: kstep/pnut
 public function __construct(Storage $store, array $rules = array())
 {
     $this->_rules = $rules;
     parent::__construct($store);
 }
Example #2
0
File: Ldap.php Project: kstep/pnut
 public function __construct(Storage_Ldap $store)
 {
     parent::__construct($store);
 }