* @author Bernhard Posselt * @copyright Alessandro Cosentino 2012 * @copyright Bernhard Posselt 2012, 2014 */ namespace OCA\News\DependencyInjection; interface IFactory { /** * Method that constructs the object * @return mixed the constructed object */ public function build(); }