Property | Type | Description | |
---|---|---|---|
$month | string | The month Meta informations extracted from the WSDL - use: required | |
$year | string | The year Meta informations extracted from the WSDL - use: required |
Method | Description | |
---|---|---|
__construct ( string $month = null, string $year = null ) | Constructor method for expiryDate | |
__set_state ( array $array ) : |
Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values | |
__toString ( ) : string | Method returning the class name | |
getMonth ( ) : string | Get month value | |
getYear ( ) : string | Get year value | |
setMonth ( string $month = null ) : |
Set month value | |
setYear ( string $year = null ) : |
Set year value |
public __construct ( string $month = null, string $year = null ) | ||
$month | string | |
$year | string |
public static __set_state ( array $array ) : |
||
$array | array | the exported values |
return |
public __toString ( ) : string | ||
return | string | __CLASS__ |
public string $month | ||
return | string |
public string $year | ||
return | string |