method check documentation in bbn\Db\Sync2

Checks if the initialization has been all right - performs it only once.

function() { if (!isset($this->is_checked)) { $this->is_checked = \is_object($this->current_connection) && \is_object($this->sync_connection) && $this->current_connection->check() && $this->sync_connection->check(); } return $this->is_checked; }

Checks if the initialization has been all right - performs it only once. BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.