Inheritances
Files
Overview
FRAMES
NO FRAMES

Class Zend_InfoCard_Xml_KeyInfo

Zend_InfoCard
|-Zend_InfoCard_Zend_InfoCard_Xml
|- class Zend_InfoCard_Xml_KeyInfo
Defined in line 37 of file InfoCard/Xml/KeyInfo.php.
Factory class to return a XML KeyInfo block based on input XML
CategoryZend
PackageZend_InfoCard
SubpackageZend_InfoCard_Xml
CopyrightCopyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
Licensehttp://framework.zend.com/license/new-bsd New BSD License

Overview

Static methodsgetInstance()
Instance methods__construct()

Summary

Static methods
+ getInstance() Returns an instance of KeyInfo object based on the input KeyInfo XML block
Instance methods
- __construct() Constructor (disabled)

Details

Static methods

getInstance()
static public function getInstance( $xmlData)
Returns an instance of KeyInfo object based on the input KeyInfo XML block
Parameters
string $xmlData The KeyInfo XML Block

Instance methods

__construct()
private function __construct( )
Constructor (disabled)
Returns void