コード例 #1
0
ファイル: srrinfo.php プロジェクト: kaibosh/nZEDb
 /**
  * Initializes the class instance.
  *
  * @return  void
  */
 public function __construct($file = null, $isFragment = false, array $range = null)
 {
     // Merge the SRR and RAR block names
     $this->blockNames = $this->srrBlockNames + $this->blockNames;
     parent::__construct($file, $isFragment, $range);
 }