method check documentation in bbn\Db\Sync

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

function() { if (!isset(self::$is_checked)) { self::$is_checked = \is_object(self::$current_connection) && \is_object(self::$sync_connection) && self::$current_connection->check() && self::$sync_connection->check(); } return self::$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.