0
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2025-02-25 00:48:54 +00:00
PocketMine-MP/.idea/fileTemplates/code/PHP Constructor.php
2021-05-07 20:44:46 +01:00

8 lines
105 B
PHP

#if(${THROWS_DOC} != "")
/**
${THROWS_DOC}
*/
#end
public function __construct(${PARAM_LIST}) {
${BODY}
}