Exemplo n.º 1
0
 /**
  * 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);
 }