Copied!

HelperInterface is the interface all helpers must implement.

AbstractInterface
Methods
public abstract getHelperSet() : ?Symfony\Component\Console\Helper\HelperSet
 

Gets the helper set associated with this helper.

public abstract getName()
 

Returns the canonical name of this helper.

  • return string
public abstract setHelperSet(?Symfony\Component\Console\Helper\HelperSet $helperSet)
 

Sets the helper set associated with this helper.

  • return void
© 2023 Bruce Wells
Search Namespaces \ Classes
Configuration