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

Returns the id of the product.
public getId ( ) : integer
Результат integer
Пример #1
0
 /**
  * {@inheritdoc}
  *
  * @VirtualProperty
  */
 public function getId()
 {
     return $this->entity->getId();
 }
Пример #2
0
 private function createResourceItem(Account $account)
 {
     return new ArrayAccessItem($account->getId(), $this->serialize($account), $account);
 }