コード例 #1
0
ファイル: RangeNode.php プロジェクト: LartTyler/Link
 public function __construct($child = null)
 {
     parent::__construct($child);
 }
コード例 #2
0
ファイル: ExtractNode.php プロジェクト: LartTyler/Link
 public function __construct($child, $field)
 {
     parent::__construct($child);
     $this->field = $field;
 }