Пример #1
0
 function __construct(Patchwork_PHP_Parser $parent, $callbackIndex, $overrides = array())
 {
     if (0 < $callbackIndex) {
         $this->overrides = $overrides;
         $this->callbackIndex = $callbackIndex - 1;
         parent::__construct($parent);
     }
 }
 function __construct(Patchwork_PHP_Parser $parent, $level)
 {
     $this->level = (string) (int) $level;
     parent::__construct($parent);
 }