ApiPlatform\Core\Tests\Fixtures\TestBundle\Entity\CustomIdentifierDummy::getCustomId PHP Method

getCustomId() public method

public getCustomId ( ) : integer
return integer
    public function getCustomId()
    {
        return $this->customId;
    }