PHP Classes

File: bin/docker/docker-compose.yml

Recommend this page to a friend!
  Classes of Sergii Pryz   Object Manager Factory   bin/docker/docker-compose.yml   Download  
File: bin/docker/docker-compose.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Object Manager Factory
Factory to create objects by name using reflection
Author: By
Last change:
Date: 7 years ago
Size: 233 bytes
 

Contents

Class file image Download
version: '2' services: object-manager-php: build: context : ../.. dockerfile: bin/docker/php/Dockerfile args: - host_ip volumes: - ../../:/ObjectManager ports: - "2240:22"