<?php namespace Factory; interface APS { function install(); function configure(); function patch(); function upgrade($from, $to); function remove(); function ssl(); }