15 linhas
240 B
PHP
Arquivo Executável
15 linhas
240 B
PHP
Arquivo Executável
<?php
|
|
|
|
/*
|
|
* To change this template, choose Tools | Templates
|
|
* and open the template in the editor.
|
|
*/
|
|
namespace API;
|
|
/**
|
|
* Description of FileManager
|
|
*
|
|
* @author felipe
|
|
*/
|
|
class FileManager extends \theos\ProjectFileManager{
|
|
|
|
} |