aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/FactoryInterface.php
blob: e9017d63fd286090d864575436c31ca2a9fa499b (plain)
1
2
3
4
<?php
interface FactoryInterface {
	public static function build($identifier);
}