Account¶
-
class
OC\Accounts\
Account
¶ Source: lib/private/Accounts/Account.php#35 Implements: OCP\Accounts\IAccount
Properties¶
Methods¶
-
public
OC\Accounts\Account::
__construct
($user)¶ Source: lib/private/Accounts/Account.php#43
-
public
OC\Accounts\Account::
setProperty
($property, $value, $scope, $verified)¶ Source: lib/private/Accounts/Account.php#47
-
public
OC\Accounts\Account::
getProperty
($property)¶ Source: lib/private/Accounts/Account.php#52
-
public
OC\Accounts\Account::
getProperties
()¶ Source: lib/private/Accounts/Account.php#59
-
public
OC\Accounts\Account::
getFilteredProperties
($scope=null, $verified=null)¶ Source: lib/private/Accounts/Account.php#63
-
public
OC\Accounts\Account::
jsonSerialize
()¶ Source: lib/private/Accounts/Account.php#75
-
public
OC\Accounts\Account::
getUser
()¶ Source: lib/private/Accounts/Account.php#79