Property | Type | Description | |
---|---|---|---|
$ext | string | ||
$type | string |
Method | Description | |
---|---|---|
clearCache ( ) : boolean | Clear the cache files related to Cabins. | |
install ( |
Cabin install process. |
Method | Description | |
---|---|---|
configure ( string $nameSpace, array $metadata = [] ) : boolean | Create the default configuration | |
createEmptyFiles ( string $nameSpace ) : boolean | Create empty files (motifs.json, etc.) | |
createSymlinks ( string $nameSpace ) : boolean | Create the initial symlinks for this Cabin | |
defaultCabinConfig ( string $nameSpace ) : boolean | Create the default configuration | |
updateCabinsRegistry ( string $nameSpace, array $metadata ) : boolean | Add the new cabin to config/cabins.json |
public clearCache ( ) : boolean | ||
return | boolean |
protected createEmptyFiles ( string $nameSpace ) : boolean | ||
$nameSpace | string | |
return | boolean |
protected createSymlinks ( string $nameSpace ) : boolean | ||
$nameSpace | string | |
return | boolean |
protected defaultCabinConfig ( string $nameSpace ) : boolean | ||
$nameSpace | string | |
return | boolean |