Esempio n. 1
0
 /**
  * @return LightMetaProperty
  **/
 public function setFetchStrategy(FetchStrategy $strategy)
 {
     $this->strategyId = $strategy->getId();
     return $this;
 }