Zend Framework  3.0
Public Member Functions | Protected Member Functions | List of all members
Entry Class Reference

Public Member Functions

 getLicense ($index=0)
 Get the entry license.
 
 getLicenses ()
 Get the entry licenses.
 
- Public Member Functions inherited from AbstractEntry
 __construct (DOMElement $entry, $entryKey, $type=null)
 Constructor.
 
 getDomDocument ()
 Get the DOM.
 
 getElement ()
 Get the entry element.
 
 getEncoding ()
 Get the Entry's encoding.
 
 saveXml ()
 Get entry as xml.
 
 getType ()
 Get the entry type.
 
 getXpath ()
 Get the XPath query object.
 
 setXpath (DOMXPath $xpath)
 Set the XPath query.
 
 getExtensions ()
 Get registered extensions.
 
 getExtension ($name)
 Return an Extension object with the matching name (postfixed with _Entry)
 
 __call ($method, $args)
 Method overloading: call given method on first extension implementing it.
 

Protected Member Functions

 registerNamespaces ()
 Register Creative Commons namespaces.
 
- Protected Member Functions inherited from AbstractEntry
 _loadExtensions ()
 Load extensions from Zend.
 

Additional Inherited Members

- Protected Attributes inherited from AbstractEntry
 $data = []
 
 $domDocument = null
 
 $entry = null
 
 $entryKey = 0
 
 $xpath = null
 
 $extensions = []
 

Member Function Documentation

getLicense (   $index = 0)

Get the entry license.

Parameters
int$index
Returns
string|null
getLicenses ( )

Get the entry licenses.

Returns
array
registerNamespaces ( )
protected

Register Creative Commons namespaces.