haXe API Documentation
Back | Index
class tools.haxelib.ProjectManager
extends neko.db.Manager<Project>
import tools.haxelib.SiteDb
Available in neko
function new(classval : Class<Project>) : Void
function allByName() : List<Project>
function containing(word : String) : List<{ name : String, id : Int}>
Back | Index