cc-4274: added stub
This commit is contained in:
parent
5b5ac3e38f
commit
6487072a4e
|
@ -233,6 +233,7 @@ class Application_Model_User
|
|||
public function getOwnedFiles()
|
||||
{
|
||||
$user = $this->_userInstance;
|
||||
// do we need a find call at the end here?
|
||||
return $user->getCcFilessRelatedByDbOwnerId();
|
||||
}
|
||||
|
||||
|
@ -244,6 +245,11 @@ class Application_Model_User
|
|||
}
|
||||
}
|
||||
|
||||
public function deleteAllFiles()
|
||||
{
|
||||
$my_files = $this->getOwnedFiles();
|
||||
}
|
||||
|
||||
private function createUser()
|
||||
{
|
||||
$user = new CcSubjs();
|
||||
|
|
Loading…
Reference in New Issue