Ferreteria/v0.3/class/cIOSource internal

From Woozle Writes Code
< Ferreteria‎ | v0.3‎ | class
Revision as of 12:28, 28 December 2018 by htyp>Woozle (Created page with "<source lang=php> abstract class cIOSource_internal extends cIOSource { use tIOSource_internal; } </source> * '''File''': <code>/data/sources/source.php</code> * '''Extend...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
abstract class cIOSource_internal extends cIOSource {
    use tIOSource_internal;
}