Blame view

framework/tests/injector/testservices/AnotherService.php 59 Bytes
9bfcfcaf   Mihail   parser csv v1
1
2
3
4
5
6
  <?php
  
  class AnotherService
  {
  	public $filters = array();
  }