Interface Kitab\Compiler\IntermediateRepresentation\HasMethods

interface HasMethods
{
    public function getMethods(): array;
}

An interface to represent an entity with methods.

Methods

public function getMethods(): array

Return all methods declared for this entity.