Method | Description | |
---|---|---|
__construct ( array $schema, $validate = false ) | need to have a schema array | |
getDocumentationForNode ( array $keys = [], $unfold_all = false ) | get the documentation | |
getSchema ( ) | get the validated schema | |
validate ( array $data ) | validate some data array | |
validateSchema ( ) | can take up to a second |
Method | Description | |
---|---|---|
findNode ( array $array, array $keys, $unfold_all ) | ||
unfoldPartials ( array $node, $unfold_all, $n ) |
public __construct ( array $schema, $validate = false ) | ||
$schema | array |
public getDocumentationForNode ( array $keys = [], $unfold_all = false ) | ||
$keys | array |