Jarves\ORM\Builder\BuildInterface::build PHP Метод

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
    public function build(array $objects, OutputInterface $output);
BuildInterface