示例#1
0
 /**
  * Set the object's creation date
  *
  * @param \DateTimeInterface $creationDate
  * @return LocatorInterface|ObjectUrl New object locator
  */
 public function setCreationDate(\DateTimeInterface $creationDate)
 {
     $this->locator = $this->locator->setCreationDate($creationDate);
     return $this;
 }