導入
Zend_Tool_Framework is a framework for exposing common
functionalities such as the creation of project scaffolds, code
generation, search index generation, and much more. Functionality may be
written and exposed via PHP classes dropped into the PHP
include_path, providing incredible flexibility of
implementation. The functionality may then be consumed by writing
implementation and/or protocol-specific clients -- such as console
clients, XML-RPC, SOAP, and much more.
Zend_Tool_Frameworkは下記を提供します:
ツーリングクライアントでディスパッチ可能な機能と拡張性を開発者が生成できる
共通の interface 及び abstractです。
Base client functionality and a concrete
console implementation that connect external tools and
interfaces to the Zend_Tool_Framework. The Console
client may be used in CLI environments such as unix shells and
the Windows console.
"Provider" and "Manifest" interfaces that
can be utilized by the tooling system. "Providers" represent the
functional aspect of the framework, and define the actions that
tooling clients may call. "Manifests" act as metadata registries
that provide additional context for the various defined
providers.
An introspective loading system that will
scan the environment for providers and determine what is
required to dispatch them.
A standard set of system providers" that
allow the system to report what the full capabilities of the
system are as well as provide useful feedback. This also
includes a comprehensive "Help System".
Zend_Tool_Frameworkに関してこのマニュアルを通して
あなたが気づくであろう定義は含みます:
Zend_Tool_Framework -
ツーリング機能を公開するフレームワーク。
ツーリングクライアント -
Zend_Tool_Frameworkに接続したり消費したりする開発ツール。
クライアント - ツーリングクライアントが接続したり、
問い合わせたり、コマンドを実行できるようなインターフェースを公開する
Zend_Tool_Framework。
コンソールクライアント/コマンドラインインターフェース/
zf.php - コマンドラインのためのツーリングクライアント。
プロバイダー -
フレームワークがエクスポートするビルトイン機能のサブシステムと集まりです。
マニフェスト - プロバイダー要求データを定義して、
構成して、行き渡らせるためのサブシステム。
Zend_Tool_Projectプロバイダー -
Zend Frameworkベースのプロジェクトを生成して、
維持するための特別なプロバイダーのセットです。