JTable::isCheckedOut
Method to determine if a row is checked out and therefore uneditable by a user. If the row is checked out by the same user, then it is considered not checked out -- as the user can still edit it.
Signature
public function isCheckedOut([integer
$with = 0,
[integer
$against = null]] )
Parameters
-
$with
- The userid to preform the match with, if an item is checked
-
$against
- The userid to perform the match against when the function
Returns
- boolean
- True if checked out.