コード例 #1
0
ファイル: locking.php プロジェクト: pleio/odt_editor
/**
 * @param ElggFile $file
 * @return int
 */
function odt_editor_locking_lock_owner_guid($file)
{
    return $file->getPrivateSetting('odt_editor_lock_user');
}