<?php

interface Rsc_Environment_AwareInterface 
{

    /**
     * Sets the environment.
     * @param Rsc_Environment $environment
     */
    public function setEnvironment(Rsc_Environment $environment);
} 