Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand::getTempKernelSuffix PHP Method

getTempKernelSuffix() protected method

protected getTempKernelSuffix ( )
    protected function getTempKernelSuffix()
    {
        if (null === $this->name) {
            $this->name = '__'.uniqid().'__';
        }

        return $this->name;
    }