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

Get id
public getId ( ) : integer
Результат integer
Пример #1
0
 /**
  * @param  PublisherTypes $publisher_type
  * @return $this
  */
 public function setPublisherType(PublisherTypes $publisher_type)
 {
     $this->publisher_type = $publisher_type;
     $this->setPublisherTypeId($publisher_type->getId());
     return $this;
 }