Skip to content

Instantly share code, notes, and snippets.

@myvitaliy
Last active May 14, 2018 14:29
Show Gist options
  • Save myvitaliy/59a199cdc3c4371493724269741f7061 to your computer and use it in GitHub Desktop.
Save myvitaliy/59a199cdc3c4371493724269741f7061 to your computer and use it in GitHub Desktop.
index.php
<?php
require_once 'Car.php';
require_once 'CanMove.php';
use twelve\Car;
use twelve\CanMove;
$car = new Car();
$car->move();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment