Newscoop\Entity\Template::getId PHP Метод

getId() публичный Метод

Get id
public getId ( ) : integer
Результат integer
    public function getId()
    {
        return (int) $this->id;
    }

Usage Example

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