KMP PHP API Reference

QueueProcessesFixture extends TestFixture
in package

QueueProcessesFixture

Table of Contents

Properties

$fields  : array<string|int, mixed>
Fields

Methods

init()  : void
Init method

Properties

$fields

Fields

public array<string|int, mixed> $fields = ['id' => ['type' => 'integer', 'length' => 11, 'unsigned' => false, 'null' => false, 'default' => null, 'comment' => '', 'autoIncrement' => true, 'precision' => null], 'pid' => ['type' => 'string', 'length' => 40, 'null' => false, 'default' => null, 'comment' => '', 'precision' => null, 'fixed' => null], 'created' => ['type' => 'datetime', 'length' => null, 'null' => false, 'default' => null, 'comment' => '', 'precision' => null], 'modified' => ['type' => 'datetime', 'length' => null, 'null' => false, 'default' => null, 'comment' => '', 'precision' => null], 'terminate' => ['type' => 'boolean', 'length' => null, 'null' => false, 'default' => '0', 'comment' => '', 'precision' => null], 'server' => ['type' => 'string', 'length' => 90, 'null' => true, 'default' => null, 'comment' => '', 'precision' => null, 'fixed' => null], 'workerkey' => ['type' => 'string', 'length' => 45, 'null' => false, 'default' => null, 'comment' => '', 'precision' => null, 'fixed' => null], '_constraints' => ['primary' => ['type' => 'primary', 'columns' => ['id'], 'length' => []], 'workerkey' => ['type' => 'unique', 'columns' => ['workerkey'], 'length' => []], 'pid' => ['type' => 'unique', 'columns' => ['pid', 'server'], 'length' => []]], '_options' => ['engine' => 'InnoDB']]

Methods


        
On this page

Search results