Documentation

Shipped System Providers - Zend_Tool_Framework

Shipped System Providers

In addition to the more useful project based providers that come shipped with Zend_Tool_Project, there are also some more basic, but interesting providers that come built into Zend_Tool_Framework. Some of these exist for the purpose of providing a means via the command line to extract information, such as the version, while others are intended to aid the developer when creating additional providers.

The Version Provider

The Version provider is included so that you may determine which version of the framework that the zf or Zend_Tool is currently set to work with.

Through the command line, simply run zf show version.

The Manifest Provider

The Manifest provider is included so that you may determine what kind of "manifest" information is available during the Zend_Tool runtime. Manifest data is information that is attached to specific objects during Zend_Tool's runtime. Inside the manifest you will find the console specific namings that you are expected to use when calling certain commands. Data found in the manifest can be used by any provider or client on an as-needed basis.

Through the command line, simply run zf show manifest.

Copyright

© 2006-2021 by Zend by Perforce. Made with by awesome contributors.

This website is built using zend-expressive and it runs on PHP 7.

Contacts