Facebook\HackCodegen\CodegenFactoryTrait

Trait to implement ` ICodegenFactory ` if no special behavior is provided

You must implement getConfig() , but all other methods are final.

Interface Synopsis

namespace Facebook\HackCodegen;

trait CodegenFactoryTrait implements ICodegenFactory {...}

Public Methods

Edit on GitHub