aa8e451a58
- Rebuilt of all programs to use the pattern of the new format designed for the new MindCommand class
17 linhas
310 B
PHP
Arquivo Executável
17 linhas
310 B
PHP
Arquivo Executável
<?php
|
|
|
|
/*
|
|
* This file is part of theWebMind Project
|
|
*/
|
|
|
|
/**
|
|
* This is a facade class for the API.
|
|
*
|
|
* This class offers the access to many generic methods which may use different
|
|
* classes in a quite easier way.
|
|
*
|
|
* @author felipe nascimento de moura <felipenmoura@gmail.com>
|
|
*/
|
|
class Facade {
|
|
|
|
} |