This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* An example of a general-purpose implementation that includes the optional | |
* functionality of allowing multiple base directories for a single namespace | |
* prefix. | |
* | |
* Given a foo-bar package of classes in the file system at the following | |
* paths ... | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.container |