Doctrine\OrientDB\Query\Command\Credential\Revoke::getSchema PHP Method

getSchema() protected method

protected getSchema ( )
    protected function getSchema()
    {
        return "REVOKE :Permission ON :Resource FROM :Role";
    }