예제 #1
0
 /**
  * Set the hidden Entry
  *
  * @param Entry $entry Hidden Entry
  * @return static
  */
 public function setEntry(Entry $entry)
 {
     $this->feature->setEntry($entry);
     return $this;
 }