Пример #1
0
 public function __construct($preprocessor, $args)
 {
     parent::__construct($preprocessor);
     $this->args = $args;
 }
Пример #2
0
 function __construct($preprocessor, $args)
 {
     PPFrame_Hash::__construct($preprocessor);
     $this->args = $args;
 }