Skip to content

Instantly share code, notes, and snippets.

<?php
use RecursiveArrayIterator;
use RecursiveIteratorIterator;
use ReflectionClass;
class Extractor {
public static function get_controllers_and_methods_list($path = 'Controllers/') {
version: "3"
services:
mysql:
restart: always
container_name: mysql-test
image: mysql:5.7
volumes:
- /if-you-need-to-mount:/target
environment: