Ejemplo n.º 1
0
 /**
  * {@inheritDoc}
  */
 public function create($params = array())
 {
     $this->id = null;
     $this->status = null;
     if (isset($params['imageId'])) {
         $this->imageRef = $params['imageId'];
     }
     if (isset($params['flavorId'])) {
         $this->flavorRef = $params['flavorId'];
     }
     return parent::create($params);
 }
 /**
  * {@inheritDoc}
  */
 public function create($params = array())
 {
     $this->id = null;
     $this->status = null;
     return parent::create($params);
 }