Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. public function getCollectionByName(collectionName:String):Classes.Collection
  2.         {
  3.             return new Classes.Collection(getCollectionXMLbyName(collectionName));
  4.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement