Joli\SlackSecretSanta\SantaKernel::getRootDir PHP 메소드

getRootDir() 공개 메소드

public getRootDir ( )
    public function getRootDir()
    {
        if (null === $this->rootDir) {
            $this->rootDir = dirname(__DIR__);
        }
        return $this->rootDir;
    }