options; } /** Build the common features */ abstract function setup_constants(); /** The builder */ public final function build( $file ) { $this->setup_constants( ); include_once $file; } }