getId() public method

Getter for id
public getId ( ) : integer
return integer
コード例 #1
0
ファイル: Snippet.php プロジェクト: sourcefabric/newscoop
 /**
  * Returns the Template id
  *
  * @return int template id
  **/
 public function getTemplateId()
 {
     return $this->template->getId();
 }