ApiPlatform\Core\Tests\Fixtures\TestBundle\Entity\CustomIdentifierDummy::getCustomId PHP Метод

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

public getCustomId ( ) : integer
Результат integer
    public function getCustomId()
    {
        return $this->customId;
    }