Skip to content

Instantly share code, notes, and snippets.

@MasterHans
Last active October 20, 2016 07:38
Show Gist options
  • Save MasterHans/219be6a0abdb77ec011dda3d9a1129b5 to your computer and use it in GitHub Desktop.
Save MasterHans/219be6a0abdb77ec011dda3d9a1129b5 to your computer and use it in GitHub Desktop.
- \<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