| 1 | <?php |
||
| 14 | class Psr0 { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @var string |
||
| 18 | */ |
||
| 19 | protected $path; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param string $path Root path |
||
| 23 | */ |
||
| 24 | public function __construct( $path ) { |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param string $path |
||
| 30 | * @return string |
||
| 31 | */ |
||
| 32 | protected final function trimSlashes( $path ) { |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @param $class |
||
| 38 | * @return bool|string |
||
| 39 | */ |
||
| 40 | public function __invoke( $class ) { |
||
| 52 | |||
| 53 | |||
| 54 | } |