class AtomEntry {}

Structure that store Atom Entry Properties

Source

class AtomEntry {
	/**
	 * Stores Links
	 * @var array
	 * @access public
	 */
    var $links = array();
    /**
     * Stores Categories
     * @var array
	 * @access public
     */
    var $categories = array();
}

User Contributed Notes

You must log in before being able to contribute a note or feedback.