2017-12-09 00:59:26 +01:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "UTF-8" / >
2022-10-09 00:22:47 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, minimum-scale=1.0" / >
2017-12-09 00:59:26 +01:00
< title > API documentation< / title >
< link rel = "stylesheet" href = "./css/style.min.css" / >
< script type = "text/javascript" src = "./js/script.min.js" > < / script >
< / head >
< body onload = "setupDdox();" >
< header > < / header >
< nav id = "main-nav" >
< div >
< noscript >
< p style = "color: red" > The search functionality needs JavaScript enabled< / p >
< / noscript >
< div id = "symbolSearchPane" style = "display: none" >
< form action = "#" method = "GET" >
< input id = "symbolSearch" type = "text" name = "q" placeholder = "Search for symbols" autocomplete = "off" onchange = "performSymbolSearch(24);" onkeypress = "this.onchange();" onpaste = "this.onchange();" oninput = "this.onchange();" autofocus / >
< / form >
< ul id = "symbolSearchResults" class = "symbolList" style = "display: none" > < / ul > < script type = "application/javascript" src = "./symbols.js" > < / script > < script type = "application/javascript" > v a r s y m b o l S e a r c h R o o t D i r = " . / " ;
document.getElementById('symbolSearchPane').style.display = 'block';< / script >
< / div >
< ul class = "tree-view" >
< li class = "tree-view " >
< div class = "package " >
< a href = "./poodinis.html" > poodinis< / a >
< / div >
< ul class = "tree-view" >
2022-10-09 00:22:47 +02:00
< li >
< div class = "module " >
< a href = "./poodinis/altphobos.html" > altphobos< / a >
< / div >
< / li >
2017-12-09 00:59:26 +01:00
< li >
< div class = "module " >
< a href = "./poodinis/autowire.html" > autowire< / a >
< / div >
< / li >
< li >
< div class = "module " >
< a href = "./poodinis/container.html" > container< / a >
< / div >
< / li >
< li >
< div class = "module " >
< a href = "./poodinis/context.html" > context< / a >
< / div >
< / li >
< li >
< div class = "module " >
< a href = "./poodinis/factory.html" > factory< / a >
< / div >
< / li >
2022-10-09 00:22:47 +02:00
< li >
< div class = "module " >
< a href = "./poodinis/imports.html" > imports< / a >
< / div >
< / li >
2017-12-09 00:59:26 +01:00
< li >
< div class = "module " >
< a href = "./poodinis/polyfill.html" > polyfill< / a >
< / div >
< / li >
< li >
< div class = "module " >
< a href = "./poodinis/registration.html" > registration< / a >
< / div >
< / li >
< li >
< div class = "module " >
< a href = "./poodinis/valueinjection.html" > valueinjection< / a >
< / div >
< / li >
< / ul >
< / li >
< / ul >
< / div >
< p id = "main-nav-footer" >
Built with
< a href = "https://github.com/MartinNowak/scod" > scod< / a >
< / p >
< / nav >
< div id = "main-contents" >
< div >
< h1 > API documentation< / h1 >
< table >
< col class = "caption" / >
< tr >
< th > Module< / th > < th > Description< / th >
< / tr >
2022-10-09 00:22:47 +02:00
< tr >
< td >
< a href = "./poodinis/altphobos.html" > poodinis.altphobos< / a >
< / td >
< td >
Tweaks to Phobos's standard templates.
< / td >
< / tr >
2017-12-09 00:59:26 +01:00
< tr >
< td >
< a href = "./poodinis/autowire.html" > poodinis.autowire< / a >
< / td >
< td >
Contains functionality for autowiring dependencies using a dependency container.
< / td >
< / tr >
< tr >
< td >
< a href = "./poodinis/container.html" > poodinis.container< / a >
< / td >
< td >
Contains the implementation of the dependency container.
< / td >
< / tr >
< tr >
< td >
< a href = "./poodinis/context.html" > poodinis.context< / a >
< / td >
< td >
Contains the implementation of application context setup.
< / td >
< / tr >
< tr >
< td >
< a href = "./poodinis/factory.html" > poodinis.factory< / a >
< / td >
< td >
This module contains instance factory facilities
< / td >
2022-10-09 00:22:47 +02:00
< / tr >
< tr >
< td >
< a href = "./poodinis/imports.html" > poodinis.imports< / a >
< / td >
< td >
This module contains instance factory facilities
< / td >
2017-12-09 00:59:26 +01:00
< / tr >
< tr >
< td >
< a href = "./poodinis/polyfill.html" > poodinis.polyfill< / a >
< / td >
< td >
Forward-compatibility module for providing support for Phobos functionality
not available in older versions of Phobos.
< / td >
< / tr >
< tr >
< td >
< a href = "./poodinis/registration.html" > poodinis.registration< / a >
< / td >
< td >
This module contains objects for defining and scoping dependency registrations.
< / td >
< / tr >
< tr >
< td >
< a href = "./poodinis/valueinjection.html" > poodinis.valueinjection< / a >
< / td >
< td >
This module contains facilities to support value injection. Actual injection is done by the
autowiring mechanism.
< / td >
< / tr >
< tr >
< td >
< a href = "./poodinis.html" > poodinis< / a >
< / td >
< td >
Package module for the Poodinis Dependency Injection framework.
< / td >
< / tr >
< / table >
< / div >
< footer >
< div id = "license-info" > < / div >
< / footer >
< / div >
< / body >
< / html >