PATH:
home
/
fengshp
/
www
/
wp-content
/
plugins
/
spotlight-social-photo-feeds
/
vendor
/
dhii
/
factory-interface
/
src
<?php namespace Dhii\Factory; /** * Something that creates factories. * * @since 0.1 */ interface FactoryFactoryInterface extends FactoryInterface { /** * {@inheritdoc} * * @since 0.1 * * @return FactoryInterface The new factory. */ public function make($config = null); }
[+]
..
[+]
Exception
[-] FactoryFactoryInterface.php
[edit]
[-] FactoryInterface.php
[edit]
[-] DataObjectFactoryInterface.php
[edit]
[-] FactoryAwareInterface.php
[edit]