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