5 lines
112 B
PHP
5 lines
112 B
PHP
<?php
|
|
namespace LIB;
|
|
abstract class lib_js extends lib{
|
|
protected static function js_path(){} //js webpath
|
|
} |