Overview

Namespaces

  • Net
    • Bazzline
      • Component
        • ApacheServerStatusParser
          • DomainModel
          • Service
            • Builder
            • Content
              • Fetcher
              • Parser
              • Processor
              • Storage
            • StateMachine

Classes

  • DetailOnlyStorage
  • FullStorage

Interfaces

  • StorageInterface
  • Overview
  • Namespace
  • Class

Class FullStorage

Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Storage\FullStorage implements Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Storage\StorageInterface

Direct known subclasses

Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Storage\DetailOnlyStorage
Namespace: Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Storage
Located at Service/Content/Storage/FullStorage.php
Methods summary
public
# __construct( JonasRudolph\PHPComponents\StringUtility\Implementation\StringUtility $stringUtility )

ContentCollection constructor.

ContentCollection constructor.

Parameters

$stringUtility
public
# addDetail( string $line )

Parameters

$line

Implementation of

Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Storage\StorageInterface::addDetail()
public
# addInformation( string $line )

Parameters

$line

Implementation of

Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Storage\StorageInterface::addInformation()
public
# addScoreboard( string $line )

Parameters

$line

Implementation of

Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Storage\StorageInterface::addScoreboard()
public
# addStatistic( string $line )

Parameters

$line

Implementation of

Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Storage\StorageInterface::addStatistic()
public
# clear( )

Implementation of

Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Storage\StorageInterface::clear()
public array
# getListOfDetail( )

Returns

array

Implementation of

Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Storage\StorageInterface::getListOfDetail()
public array
# getListOfInformation( )

Returns

array

Implementation of

Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Storage\StorageInterface::getListOfInformation()
public array
# getListOfScoreboard( )

Returns

array

Implementation of

Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Storage\StorageInterface::getListOfScoreboard()
public array
# getListOfStatistic( )

Returns

array

Implementation of

Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Storage\StorageInterface::getListOfStatistic()
public boolean
# hasListOfDetail( )

Returns

boolean

Implementation of

Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Storage\StorageInterface::hasListOfDetail()
public boolean
# hasListOfInformation( )

Returns

boolean

Implementation of

Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Storage\StorageInterface::hasListOfInformation()
public boolean
# hasListOfScoreboard( )

Returns

boolean

Implementation of

Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Storage\StorageInterface::hasListOfScoreboard()
public boolean
# hasListOfStatistic( )

Returns

boolean

Implementation of

Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Storage\StorageInterface::hasListOfStatistic()
PHP Apache Status Parser by bazzline.net API documentation generated by ApiGen