setKey() public method

Set key.
public setKey ( string $key )
$key string
コード例 #1
0
ファイル: Collection.php プロジェクト: sulu/sulu
 /**
  * @param string $key
  *
  * @return $this
  */
 public function setKey($key)
 {
     $this->entity->setKey($key);
     return $this;
 }