app\blocks\ConcreptImplementationBlock::setEnvOption PHP Method

setEnvOption() public method

Set an environment option informations to the block with key value pairing.
public setEnvOption ( string $key, mixed $value )
$key string The identifier key.
$value mixed The value for the key.
    public function setEnvOption($key, $value)
    {
        $this->_envs[$key] = $value;
    }