<?php
require_once 'Context.php';

interface 
CommandInterface
{
    public function 
execute(Context $context);
}