Newscoop\Entity\Template::getKey PHP Method

getKey() public method

Get key
public getKey ( ) : string
return string
    public function getKey()
    {
        return $this->key;
    }

Usage Example

 public function getKey()
 {
     $this->__load();
     return parent::getKey();
 }