Doctrine\OrientDB\Query\Command\CredentialInterface::to PHP Méthode

to() public méthode

Sets the user/group subject of the credential addition/removal.
public to ( string $role ) : Credential
$role string
Résultat Credential
    public function to($role);
CredentialInterface