Last active
October 20, 2016 07:38
-
-
Save MasterHans/219be6a0abdb77ec011dda3d9a1129b5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
- \<NamespaceName>(\<SubNamespaceNames>)*\<ClassName> | |
- The fully qualified class name MUST have a top-level namespace name, also known as a "vendor namespace". | |
- Alphabetic characters in the fully qualified class name MAY be any combination of lower case and upper case. | |
Sample: | |
FULLY QUALIFIED CLASS NAME NAMESPACE PREFIX BASE DIRECTORY RESULTING FILE PATH | |
\Acme\Log\Writer\File_Writer Acme\Log\Writer ./acme-log-writer/lib/ ./acme-log-writer/lib/File_Writer.php | |
\Zend\Acl Zend /usr/includes/Zend/ /usr/includes/Zend/Acl.php | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment