Overview

Namespaces

  • Contrib
    • Bundle
      • CoverallsBundle
        • Console
        • Entity
      • CoverallsV1Bundle
        • Api
        • Collector
        • Command
        • Config
        • Entity
          • Git
    • Component
      • File
      • Log
      • System
        • Git
  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
      • QueryAggregator
    • Inflection
    • Iterator
    • Log
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Async
      • Backoff
      • Cache
      • Cookie
        • CookieJar
        • Exception
      • CurlAuth
      • ErrorResponse
        • Exception
      • History
      • Log
      • Md5
      • Mock
      • Oauth
    • Service
      • Builder
      • Command
        • Factory
        • LocationVisitor
          • Request
          • Response
      • Description
      • Exception
      • Resource
    • Stream
  • PHP
  • Psr
    • Log
  • Symfony
    • Component
      • Config
        • Definition
          • Builder
          • Exception
        • Exception
        • Loader
        • Resource
        • Util
      • Console
        • Command
        • Formatter
        • Helper
        • Input
        • Output
        • Tester
      • EventDispatcher
        • Debug
      • Finder
        • Adapter
        • Comparator
        • Exception
        • Expression
        • Iterator
        • Shell
      • Stopwatch
      • Yaml
        • Exception

Classes

  • DialogHelper
  • FormatterHelper
  • Helper
  • HelperSet
  • ProgressHelper

Interfaces

  • HelperInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class Helper

Helper is the base class for all helper classes.

Symfony\Component\Console\Helper\Helper implements Symfony\Component\Console\Helper\HelperInterface

Direct known subclasses

Symfony\Component\Console\Helper\DialogHelper, Symfony\Component\Console\Helper\FormatterHelper, Symfony\Component\Console\Helper\ProgressHelper
Abstract
Namespace: Symfony\Component\Console\Helper
Author: Fabien Potencier <fabien@symfony.com>
Located at console/Symfony/Component/Console/Helper/Helper.php
Methods summary
public
# setHelperSet( Symfony\Component\Console\Helper\HelperSet $helperSet = null )

Sets the helper set associated with this helper.

Sets the helper set associated with this helper.

Parameters

$helperSet
Symfony\Component\Console\Helper\HelperSet
$helperSet A HelperSet instance

Implementation of

Symfony\Component\Console\Helper\HelperInterface::setHelperSet()
public Symfony\Component\Console\Helper\HelperSet
# getHelperSet( )

Gets the helper set associated with this helper.

Gets the helper set associated with this helper.

Returns

Symfony\Component\Console\Helper\HelperSet
A HelperSet instance

Implementation of

Symfony\Component\Console\Helper\HelperInterface::getHelperSet()
Methods inherited from Symfony\Component\Console\Helper\HelperInterface
getName()
Properties summary
protected mixed $helperSet null
#
php-coveralls API documentation generated by ApiGen 2.8.0