PHP Интерфейс Jarves\ORM\Builder\BuildInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
build ( array $objects, Symfony\Component\Console\Output\OutputInterface $output ) Does anything what is needed to get the ORM\* adapter working with this ORM adapter.
needsBuild ( ) : boolean Returns true when a build is needed. This is fired on each JarvesBundle boot, so do nothing big here.

Описание методов

build() публичный Метод

Check on each $objects entry if it's your data model (e.g $objects[0]->getDataModel == 'propel')
public build ( array $objects, Symfony\Component\Console\Output\OutputInterface $output )
$objects array
$output Symfony\Component\Console\Output\OutputInterface

needsBuild() публичный Метод

Returns true when a build is needed. This is fired on each JarvesBundle boot, so do nothing big here.
public needsBuild ( ) : boolean
Результат boolean