setKey() 공개 메소드

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;
 }