Example #1
0
 /**
  * Returns the date and time before which this node will be automatically hidden.
  *
  * @return \DateTime Date before this node will be hidden
  * @api
  */
 public function getHiddenBeforeDateTime()
 {
     return $this->nodeData->getHiddenBeforeDateTime();
 }