setKey() public method

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