app\Billy::getInstance PHP Method

getInstance() public static method

public static getInstance ( )
    public static function getInstance()
    {
        if (!self::$instance) {
            self::$instance = new self();
        }
        return self::$instance;
    }