Arquivos
wMind/mind3rd/API/Facade.php
T
Felipe Nascimento de Moura aa8e451a58 - Refactor of all the MindCommand class
- Rebuilt of all programs to use the pattern of the new format designed for the new MindCommand class
2011-04-15 23:32:55 -03:00

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 {
}