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