equal
deleted
inserted
replaced
13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_Tool |
16 * @package Zend_Tool |
17 * @subpackage Framework |
17 * @subpackage Framework |
18 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
20 * @version $Id: Manifest.php 20785 2010-01-31 09:43:03Z mikaelkael $ |
20 * @version $Id: Manifest.php 24593 2012-01-05 20:35:02Z matthew $ |
21 */ |
21 */ |
22 |
22 |
23 /** |
23 /** |
24 * @see Zend_Tool_Framework_Manifest_MetadataManifestable |
24 * @see Zend_Tool_Framework_Manifest_MetadataManifestable |
25 */ |
25 */ |
52 |
52 |
53 /** |
53 /** |
54 * Zend_Tool_Framework_Client_ConsoleClient_Manifest |
54 * Zend_Tool_Framework_Client_ConsoleClient_Manifest |
55 * @category Zend |
55 * @category Zend |
56 * @package Zend_Tool |
56 * @package Zend_Tool |
57 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
57 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
58 * @license http://framework.zend.com/license/new-bsd New BSD License |
58 * @license http://framework.zend.com/license/new-bsd New BSD License |
59 */ |
59 */ |
60 class Zend_Tool_Framework_Client_Manifest |
60 class Zend_Tool_Framework_Client_Manifest |
61 implements Zend_Tool_Framework_Registry_EnabledInterface, |
61 implements Zend_Tool_Framework_Registry_EnabledInterface, |
62 Zend_Tool_Framework_Manifest_MetadataManifestable |
62 Zend_Tool_Framework_Manifest_MetadataManifestable |
138 foreach ($providerSignature->getSpecialties() as $specialty) { |
138 foreach ($providerSignature->getSpecialties() as $specialty) { |
139 |
139 |
140 if ($specialty == '_Global') { |
140 if ($specialty == '_Global') { |
141 continue; |
141 continue; |
142 } |
142 } |
143 |
143 |
144 $metadatas[] = new Zend_Tool_Framework_Metadata_Tool(array( |
144 $metadatas[] = new Zend_Tool_Framework_Metadata_Tool(array( |
145 'name' => 'normalizedSpecialtyName', |
145 'name' => 'normalizedSpecialtyName', |
146 'value' => $lowerFilter->filter($specialty), |
146 'value' => $lowerFilter->filter($specialty), |
147 'reference' => $providerSignature, |
147 'reference' => $providerSignature, |
148 'clientName' => 'all', |
148 'clientName' => 'all', |