Inheritance: extends Gpf_Object
コード例 #1
0
ファイル: Base.class.php プロジェクト: AmineCherrai/rostanvo
 public function decode($string) {
     try {
         parent::decode($string);
     } catch (Gpf_Exception $e) {
         throw new Pap_Tracking_Exception("Invalid cookie format (".get_class($this)."). Cookie value: $string");
     }
 }
コード例 #2
0
 public function __construct($object = null)
 {
     parent::__construct($object);
 }