PHP Class lazyrecord\schema\SchemaFinder

1. Find SchemaDeclare-based schema class files. 2. Find model-based schema, pass dynamic schema class
Inheritance: implements IteratorAggregat\IteratorAggregate
Mostra file Open project: corneltek/lazyrecord Class Usage Examples

Protected Properties

Property Type Description
$logger
$paths

Public Methods

Method Description
__construct ( array $paths = [], CLIFramework\Logger $logger = null )
find ( )
findByPaths ( array $paths )
in ( $path )
setPaths ( array $paths )

Method Details

__construct() public method

public __construct ( array $paths = [], CLIFramework\Logger $logger = null )
$paths array
$logger CLIFramework\Logger

find() public method

public find ( )

findByPaths() public method

public findByPaths ( array $paths )
$paths array

in() public method

public in ( $path )

setPaths() public method

public setPaths ( array $paths )
$paths array

Property Details

$logger protected_oe property

protected $logger

$paths protected_oe property

protected $paths