AccountProperty¶
-
class
OC\Accounts\
AccountProperty
¶ Source: lib/private/Accounts/AccountProperty.php#32 Implements: OCP\Accounts\IAccountProperty
Properties¶
Methods¶
-
public
OC\Accounts\AccountProperty::
__construct
($name, $value, $scope, $verified)¶ Source: lib/private/Accounts/AccountProperty.php#43
-
public
OC\Accounts\AccountProperty::
jsonSerialize
()¶ Source: lib/private/Accounts/AccountProperty.php#50
-
public
OC\Accounts\AccountProperty::
setValue
($value)¶ - Set the value of a property
Source: Parameters: - $value (string)
Since: 15.0.0
Returns:
-
public
OC\Accounts\AccountProperty::
setScope
($scope)¶ - Set the scope of a property
Source: Parameters: - $scope (string)
Since: 15.0.0
Returns:
-
public
OC\Accounts\AccountProperty::
setVerified
($verified)¶ - Set the verification status of a property
Source: Parameters: - $verified (string)
Since: 15.0.0
Returns:
-
public
OC\Accounts\AccountProperty::
getName
()¶ - Get the name of a property
Source: lib/private/Accounts/AccountProperty.php#114 Since: 15.0.0 Returns: string
-
public
OC\Accounts\AccountProperty::
getValue
()¶ - Get the value of a property
Source: lib/private/Accounts/AccountProperty.php#125 Since: 15.0.0 Returns: string
-
public
OC\Accounts\AccountProperty::
getScope
()¶ - Get the scope of a property
Source: lib/private/Accounts/AccountProperty.php#136 Since: 15.0.0 Returns: string
-
public static
OC\Accounts\AccountProperty::
mapScopeToV2
($scope)¶ Source: lib/private/Accounts/AccountProperty.php#140
-
public
OC\Accounts\AccountProperty::
getVerified
()¶ - Get the verification status of a property
Source: lib/private/Accounts/AccountProperty.php#164 Since: 15.0.0 Returns: string