PHP Class hedronium\Jables\Checker

Show file Open project: hedronium/jables

Protected Properties

Property Type Description
$app
$datas
$files
$fs
$loader
$parser
$refference_checks
$schema_resolver
$schema_retriever
$schema_validator
$schemas

Public Methods

Method Description
__construct ( $app, Illuminate\Filesystem\Filesystem $fs, Loader $loader )
foreignKeyError ( )
getFileList ( )
resolveRefferenceChecks ( )
schemaError ( )
uniqueError ( )

Protected Methods

Method Description
fieldSchematicError ( $table_name, $table_data )
fieldSchematicLimitError ( $table_name, $field_name, $field_schema, $field_data )
loadSchema ( $file )

Method Details

__construct() public method

public __construct ( $app, Illuminate\Filesystem\Filesystem $fs, Loader $loader )
$fs Illuminate\Filesystem\Filesystem
$loader Loader

fieldSchematicError() protected method

protected fieldSchematicError ( $table_name, $table_data )

fieldSchematicLimitError() protected method

protected fieldSchematicLimitError ( $table_name, $field_name, $field_schema, $field_data )

foreignKeyError() public method

public foreignKeyError ( )

getFileList() public method

public getFileList ( )

loadSchema() protected method

protected loadSchema ( $file )

resolveRefferenceChecks() public method

schemaError() public method

public schemaError ( )

uniqueError() public method

public uniqueError ( )

Property Details

$app protected property

protected $app

$datas protected property

protected $datas

$files protected property

protected $files

$fs protected property

protected $fs

$loader protected property

protected $loader

$parser protected property

protected $parser

$refference_checks protected property

protected $refference_checks

$schema_resolver protected property

protected $schema_resolver

$schema_retriever protected property

protected $schema_retriever

$schema_validator protected property

protected $schema_validator

$schemas protected property

protected $schemas