add description
This commit is contained in:
parent
cc2178cb1e
commit
2eac2ef362
1 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* 애드온 폴더명에 부득이하게 lodash (_) 가 들어가는 경우 해당 언더바 후행 클래스 이름은 대문자여야 합니다
|
||||||
|
* 예시) test_sample => TestSampleAddon
|
||||||
|
* @author amber (https://info.drk.st/about)
|
||||||
|
*/
|
||||||
class SampleAddon extends Addon
|
class SampleAddon extends Addon
|
||||||
{
|
{
|
||||||
public $name = "sample addon";
|
public $name = "sample addon";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue