Advertisement
Guest User

Untitled

a guest
May 26th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. class SomeFactory implements FactoryInterface
  2. {
  3. public function createService(ServiceLocatorInterface $serviceLocator)
  4. {
  5. // the code to create SomeClass instance
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement