This website works better with JavaScript
David A. Windham
david
/
wp
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Tree:
8f32f67c81
Branches
Tags
main
wp
/
tests
/
phpunit
/
includes
/
phpunit7
/
MockObject
/
Generator
/
trait_class.tpl.dist
trait_class.tpl.dist
55 B
History
Raw
1
2
3
4
{prologue}
class
{class_name}
{
use
{
trait_name
};
}