IAccountProperty¶
-
interface
OCP\Accounts\
IAccountProperty
¶ - Interface IAccountProperty
Implemented by: OC\Accounts\AccountProperty
Source: lib/public/Accounts/IAccountProperty.php#36 Parent: JsonSerializable
Methods¶
-
public
OCP\Accounts\IAccountProperty::
setValue
($value)¶ - Set the value of a property
Source: Parameters: - $value (string)
Since: 15.0.0
Returns:
-
public
OCP\Accounts\IAccountProperty::
setScope
($scope)¶ - Set the scope of a property
Source: Parameters: - $scope (string)
Since: 15.0.0
Returns: Throws: \InvalidArgumentException
(since 22.0.0)
-
public
OCP\Accounts\IAccountProperty::
setVerified
($verified)¶ - Set the verification status of a property
Source: Parameters: - $verified (string)
Since: 15.0.0
Returns:
-
public
OCP\Accounts\IAccountProperty::
getName
()¶ - Get the name of a property
Source: lib/public/Accounts/IAccountProperty.php#76 Since: 15.0.0 Returns: string
-
public
OCP\Accounts\IAccountProperty::
getValue
()¶ - Get the value of a property
Source: lib/public/Accounts/IAccountProperty.php#85 Since: 15.0.0 Returns: string
-
public
OCP\Accounts\IAccountProperty::
getScope
()¶ - Get the scope of a property
Source: lib/public/Accounts/IAccountProperty.php#94 Since: 15.0.0 Returns: string
-
public
OCP\Accounts\IAccountProperty::
getVerified
()¶ - Get the verification status of a property
Source: lib/public/Accounts/IAccountProperty.php#103 Since: 15.0.0 Returns: string