Pimcore\Model\Tool\Lock::getInstance PHP 메소드

getInstance() 보호된 정적인 메소드

protected static getInstance ( ) : Lock
리턴 Lock
    protected static function getInstance()
    {
        if (!self::$instance) {
            self::$instance = new self();
        }
        return self::$instance;
    }