12 lines
114 B
Plaintext
Executable File
12 lines
114 B
Plaintext
Executable File
/**
|
|
* ${1}
|
|
*/
|
|
class ${2:ClassName}
|
|
{
|
|
${3}
|
|
function ${4:__construct}(${5:$argument})
|
|
{
|
|
${6:// code...}
|
|
}
|
|
}
|