示例#1
0
 /**
  * Constructor, accepts an instance of a file path resolver
  * @param FilePathResolverInterface $resolver
  */
 public function __construct(array $contents = [])
 {
     parent::__construct($contents);
     // BeagleArrayObject
     $this->readParsers = [];
     $this->writeParsers = [];
     $this->mode = '';
 }