Doctrine\Tests\Models\Comments\Comment::getId PHP Method

getId() public method

public getId ( )
    public function getId()
    {
        if (!$this->id) {
            $this->id = uniqid();
        }
        return $this->id;
    }