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
Afficher le fichier Open project: corneltek/lazyrecord Class Usage Examples

Protected Properties

Свойство Type Description
$logger
$paths

Méthodes publiques

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

Method Details

__construct() public méthode

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

find() public méthode

public find ( )

findByPaths() public méthode

public findByPaths ( array $paths )
$paths array

in() public méthode

public in ( $path )

setPaths() public méthode

public setPaths ( array $paths )
$paths array

Property Details

$logger protected_oe property

protected $logger

$paths protected_oe property

protected $paths