Property | Type | Description | |
---|---|---|---|
$data | array | The data for this list entry | |
$xml | SimpleXMLElement | The xml representation of this list entry |
Method | Description | |
---|---|---|
__construct ( SimpleXMLElement $xml, array $data ) | Constructor | |
delete ( ) | Delete the current entry. | |
getEditUrl ( ) : string | Get the edit url | |
getValues ( ) : array | Get the values of this list entry | |
getXml ( ) : integer | Get the raw XML | |
update ( array $values ) | Update this entry |
public __construct ( SimpleXMLElement $xml, array $data ) | ||
$xml | SimpleXMLElement | |
$data | array |