Subversion Repositories oidplus

Rev

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

Rev 1257 Rev 1261
Line 156... Line 156...
156
 
156
 
157
        /**
157
        /**
158
         * @return string
158
         * @return string
159
         */
159
         */
160
        public function defaultTitle(): string {
160
        public function defaultTitle(): string {
161
                return $this->aid;
161
                //return $this->aid;
-
 
162
                return rtrim(chunk_split($this->aid, 2, ' '), ' ');
162
        }
163
        }
163
 
164
 
164
        /**
165
        /**
165
         * @return bool
166
         * @return bool
166
         */
167
         */