Source for file OnpubWSMap.php
Documentation is available at OnpubWSMap.php
* @author {@link mailto:corey@onpub.com Corey H.M. Taylor}
* @copyright Onpub (TM). Copyright 2012, Onpub.com.
* {@link http://onpub.com/}
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
* Website-section map ID. Default is NULL.
* Website ID. Default is NULL.
* Section ID. Default is NULL.
* Get this map's creation date.
* By default, returns the date at the time this method was called for the
* first time. Call {@link OnpubWSMap::setCreated()} to explicitly set
* this map's creation date.
if ($this->created ===
NULL) {
$this->created =
new DateTime();
$this->created =
$created;
* Get this map's last modification date.
* By default, returns the date at the time this method was called for the
* first time. Call {@link OnpubWSMap::setModified()} to explicitly set
* this map's last modification date.
if ($this->modified ===
NULL) {
$this->modified =
new DateTime();
$this->modified =
$modified;
Documentation generated on Fri, 08 Feb 2013 04:02:26 -0500 by phpDocumentor 1.4.4