context = $context; } public function getTime( $context = '' ) { if ( array_key_exists( $context, $this->context ) ) { return $this->context[$context]; } else { return new DateTime( 'now' ); } } }