Static Public Member Functions | |
static | swap (DAOConnected $first, DAOConnected $second, $property= 'position') |
static | setNullValue ($nullValue) |
Static Private Attributes | |
static | $nullValue = 0 |
Definition at line 16 of file DaoUtils.class.php.
static DaoUtils::swap | ( | DAOConnected $ | first, | |
DAOConnected $ | second, | |||
$ | property = 'position' | |||
) | [static] |
Definition at line 20 of file DaoUtils.class.php.
References DAOConnected::dao(), Assert::isTrue(), and DBPool::me().
Referenced by DaoMoveHelper::down(), and DaoMoveHelper::up().
static DaoUtils::setNullValue | ( | $ | nullValue | ) | [static] |
Definition at line 77 of file DaoUtils.class.php.
References $nullValue.
Referenced by DaoMoveHelper::down(), and DaoMoveHelper::up().
DaoUtils::$nullValue = 0 [static, private] |