Facebook\HackCodegen\CodegenClassWithInterfaces

Functionality shared by all class-like definitions that are able to implement interfaces

For example, classes and traits can implement interfaces, but enums can’t.

Interface Synopsis

namespace Facebook\HackCodegen;

trait CodegenClassWithInterfaces {...}

Public Methods

Protected Methods

Edit on GitHub