docu_system/files/lib/lib_js.php.txt

6 lines
113 B
Plaintext

<?php
namespace LIB;
abstract class lib_js extends lib{
protected static function js_path(){} //js webpath
}