Subversion Repositories oidplus

Rev

Rev 753 | Rev 772 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 753 Rev 758
Line 310... Line 310...
310
                        } else {
310
                        } else {
311
                                $asn1_notation = $numeric.' '.$asn1_notation;
311
                                $asn1_notation = $numeric.' '.$asn1_notation;
312
                        }
312
                        }
313
                }
313
                }
314
 
314
 
315
                return "{ $asn1_notation }";
315
                return "{ ".trim($asn1_notation)." }";
316
        }
316
        }
317
 
317
 
318
        public function getIriNotation($withAbbr=true) {
318
        public function getIriNotation($withAbbr=true) {
319
                $iri_notation = '';
319
                $iri_notation = '';
320
                $arcs = explode('.', $this->oid);
320
                $arcs = explode('.', $this->oid);