Zend Framework
1.12
|
Public Member Functions | |
__construct ($name, $label, $operatingSystems=array()) | |
Constructor. | |
![]() | |
__set ($name, $value) | |
Magic overload for setting properties. | |
__get ($name) | |
Magic overload for getting properties. | |
Additional Inherited Members | |
![]() | |
$_data = null | |
__construct | ( | $name, | |
$label, | |||
$operatingSystems = array() |
|||
) |
Constructor.
string | $name | Indicates which operating system family this version belongs to. A value of 1 corresponds to the Windows Azure guest operating system that is substantially compatible with Windows Server 2008 SP2. A value of 2 corresponds to the Windows Azure guest operating system that is substantially compatible with Windows Server 2008 R2. |
string | $label | A label for the operating system version. |
array | $operatingSystems | A list of operating systems available under this operating system family. |