CreateSubjectIterator - Create subject iterator according to collection.
()
| 64 | |
| 65 | // CreateSubjectIterator - Create subject iterator according to collection. |
| 66 | func (s *SubjectCollection) CreateSubjectIterator() *SubjectIterator { |
| 67 | return &SubjectIterator{ |
| 68 | subjects: s.subjects, |
| 69 | } |
| 70 | } |
| 71 | |
| 72 | // GetSubjects - Get subject collection |
| 73 | func (s *SubjectCollection) GetSubjects() []*base.Subject { |
no outgoing calls