Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/zendframework/zend-code
Yannick Warnier 1e3a1e27ef Add static resources and remove tests dir for release 4 years ago
..
src Add static resources and remove tests dir for release 4 years ago
CHANGELOG.md Add static resources and remove tests dir for release 4 years ago
LICENSE.md Add static resources and remove tests dir for release 4 years ago
README.md Add static resources and remove tests dir for release 4 years ago
composer.json Add static resources and remove tests dir for release 4 years ago

README.md

zend-code

Build Status Coverage Status

Zend\Code\Generator provides facilities to generate arbitrary code using an object-oriented interface, both to create new code as well as to update existing code. While the current implementation is limited to generating PHP code, you can easily extend the base class in order to provide code generation for other tasks: JavaScript, configuration files, apache vhosts, etc.