Neos\FluidAdaptor\ViewHelpers\Fixtures\UserDomainClass::getId PHP Method

getId() public method

Return the ID
public getId ( ) : integer
return integer ID
    public function getId()
    {
        return $this->id;
    }