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

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

Provides the id of the output, this will uniquielly identify this output.
public getId ( ) : integer
Результат integer The id of the output.
    public function getId()
    {
        return $this->id;
    }
AbstractEntity