setKey() public méthode

Set key.
public setKey ( string $key )
$key string
Exemple #1
0
 /**
  * @param string $key
  *
  * @return $this
  */
 public function setKey($key)
 {
     $this->entity->setKey($key);
     return $this;
 }