Method |
Description |
|
__construct ( Jarves $jarves ) |
|
|
addBuilder ( string $id, Jarves\ORM\Builder\BuildInterface $builder ) |
|
|
addObject ( Object $objectDefinition ) |
|
|
boot ( ) |
Checks if at least one orm builder needs a build and triggers the build then. |
|
bootBuildTime ( ) |
Loads all objects and |
|
build ( Symfony\Component\Console\Output\OutputInterface $output = null ) : string |
Calls build on each builder. |
|
getBuilder ( string $id ) : Jarves\ORM\Builder\BuildInterface |
|
|
getJarves ( ) : Jarves |
|
|
getObject ( string $objectKey ) : Object |
|
|
hasObject ( string $objectKey ) : boolean |
|
|
needsBuild ( ) : boolean |
Returns whether at least one orm builder needs a build. |
|
setJarves ( Jarves $jarves ) |
|
|