Doctrine\OrientDB\Query\Command\CredentialInterface::to PHP Метод

to() публичный Метод

Sets the user/group subject of the credential addition/removal.
public to ( string $role ) : Credential
$role string
Результат Credential
    public function to($role);
CredentialInterface