getKey() 공개 메소드

Get key.
public getKey ( ) : string
리턴 string
예제 #1
0
파일: Collection.php 프로젝트: sulu/sulu
 /**
  * @VirtualProperty
  * @SerializedName("key")
  *
  * @return string
  */
 public function getKey()
 {
     return $this->entity->getKey();
 }