Свойство | Type | Description | |
---|---|---|---|
$acct |
Méthode | Description | |
---|---|---|
airshipLand ( ) | This function is called after the dependencies have been injected by AutoPilot. Think of it as a user-land constructor. | |
index ( ) | ||
manageDatabase ( ) | ||
manageExtensions ( ) | Landing page for the Administrative > Extensions section | |
manageNotaries ( ) | Landing page for the Administrative > Extensions section | |
manageSettings ( ) |
Méthode | Description | |
---|---|---|
addNotary ( array $channels, array $post ) : boolean | Add a new notary | |
deleteNotary ( array $channels, array $post ) : boolean | Add a new notary | |
loadJSONConfigFile ( string $name, string $ds = DIRECTORY_SEPARATOR ) : array | Load a JSON configuration file | |
notaryDiscovery ( string $url ) : array | Discover a new notary, grab its public key, channels, and URL | |
saveDatabase ( array $post = [], array $old = [] ) : boolean | Write the updated JSON configuration file. | |
saveSettings ( array $post = [] ) : boolean | Save universal settings |
public airshipLand ( ) |
public manageExtensions ( ) |
public manageNotaries ( ) |
protected notaryDiscovery ( string $url ) : array | ||
$url | string | |
Résultat | array |
protected saveSettings ( array $post = [] ) : boolean | ||
$post | array | |
Résultat | boolean |