Source for file OnpubSAMap.php
Documentation is available at OnpubSAMap.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
* Section-article map ID. Default is NULL.
* Section ID. Default is NULL.
* Article 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 OnpubSAMap::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 OnpubSAMap::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:21 -0500 by phpDocumentor 1.4.4