Свойство | Тип | Описание | |
---|---|---|---|
$configuration | array | The namespace configuration. |
Метод | Описание | |
---|---|---|
__construct ( string $user, array $configuration ) | Constructor. | |
serialize ( ) : string | Serialize this object. | |
unserialize ( string $data ) | Reconstruct the object from serialized data. |
Метод | Описание | |
---|---|---|
_initializeData ( ) : array | Initialize the namespace elements. |
public __construct ( string $user, array $configuration ) | ||
$user | string | The current user. |
$configuration | array | The namespace configuration. |
public unserialize ( string $data ) | ||
$data | string | The serialized data. |
protected array $configuration | ||
Результат | array |