Property | Type | Description | |
---|---|---|---|
$Date | string | The Date Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | |
$Snippet | string | The Snippet Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | |
$Source | string | The Source Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | |
$Title | string | The Title Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | |
$Url | string | The Url Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 |
Method | Description | |
---|---|---|
__construct ( string $title = null, string $url = null, string $source = null, string $snippet = null, string $date = null ) | Constructor method for NewsArticle | |
__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 | |
getDate ( ) : string | null | Get Date value | |
getSnippet ( ) : string | null | Get Snippet value | |
getSource ( ) : string | null | Get Source value | |
getTitle ( ) : string | null | Get Title value | |
getUrl ( ) : string | null | Get Url value | |
setDate ( string $date = null ) : |
Set Date value | |
setSnippet ( string $snippet = null ) : |
Set Snippet value | |
setSource ( string $source = null ) : |
Set Source value | |
setTitle ( string $title = null ) : |
Set Title value | |
setUrl ( string $url = null ) : |
Set Url value |
public static __set_state ( array $array ) : |
||
$array | array | the exported values |
return |
public __toString ( ) : string | ||
return | string | __CLASS__ |
public getSnippet ( ) : string | null | ||
return | string | null |
public setSnippet ( string $snippet = null ) : |
||
$snippet | string | |
return |
public string $Date | ||
return | string |
public string $Snippet | ||
return | string |
public string $Source | ||
return | string |
public string $Title | ||
return | string |
public string $Url | ||
return | string |