luya\TagParser::getInstance PHP Method

getInstance() private static method

private static getInstance ( )
    private static function getInstance()
    {
        if (self::$_instance === null) {
            self::$_instance = new self();
        }
        return self::$_instance;
    }