Constructor
new Class(…args)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
args |
any |
<repeatable> |
引数 |
- Source:
Methods
(static) extend(obj)
クラスプロパティを追加する
Parameters:
Name | Type | Description |
---|---|---|
obj |
object | 追加のクラスプロパティ |
- Source:
(static) include(obj)
インスタンスプロパティを追加する
Parameters:
Name | Type | Description |
---|---|---|
obj |
object | 追加のインスタンスプロパティ・メソッド |
- Source: