Static Public Member Functions | |
static | setNullValue ($nullValue) |
static | setProperty ($property) |
static | up (DAOConnected $object, LogicalObject $exp=null) |
static | down (DAOConnected $object, LogicalObject $exp=null) |
Static Private Attributes | |
static | $nullValue = 0 |
static | $property = 'position' |
Definition at line 16 of file DaoMoveHelper.class.php.
static DaoMoveHelper::setNullValue | ( | $ | nullValue | ) | [static] |
static DaoMoveHelper::setProperty | ( | $ | property | ) | [static] |
static DaoMoveHelper::up | ( | DAOConnected $ | object, | |
LogicalObject $ | exp = null | |||
) | [static] |
Definition at line 31 of file DaoMoveHelper.class.php.
References ObjectQuery::create(), DAOConnected::dao(), Assert::isTrue(), Expression::lt(), DaoUtils::setNullValue(), and DaoUtils::swap().
static DaoMoveHelper::down | ( | DAOConnected $ | object, | |
LogicalObject $ | exp = null | |||
) | [static] |
Definition at line 73 of file DaoMoveHelper.class.php.
References ObjectQuery::create(), DAOConnected::dao(), Expression::gt(), Assert::isTrue(), DaoUtils::setNullValue(), and DaoUtils::swap().
DaoMoveHelper::$nullValue = 0 [static, private] |
DaoMoveHelper::$property = 'position' [static, private] |