Пример #1
0
/**
 * @param ElggFile $file
 * @return int
 */
function odt_editor_locking_lock_owner_guid($file)
{
    return $file->getPrivateSetting('odt_editor_lock_user');
}