Oroboros Core
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Namespaces

  • None
  • oroboros
    • core
      • abstracts
        • adapters
        • bootstrap
        • controllers
        • libraries
          • auth
          • bootstrap
          • cache
          • codex
          • config
          • container
          • data
          • database
          • dns
          • entity
          • enum
          • error
          • event
          • extension
          • file
          • flags
          • hooks
          • job
          • logger
          • manager
          • message
          • prototype
          • request
          • response
          • routine
          • shell
          • startup
          • stream
          • template
          • uri
          • utility
          • validation
            • workers
          • worker
        • models
        • patterns
          • behavioral
          • creational
        • utilities
          • exception
            • cache
            • container
          • http
        • views
      • interfaces
        • adapters
          • interpreters
          • sdk
        • api
          • adapters
          • bootstrap
          • controllers
          • psr
        • contract
          • adapters
          • bootstrap
          • codex
          • components
          • controllers
          • data
          • entities
          • errors
          • events
          • extensions
          • jobs
          • libraries
            • auth
            • cache
            • config
            • container
            • enum
            • file
            • flags
            • hooks
            • module
            • promise
            • record
            • request
            • response
            • server
            • shutdown
            • site
            • stream
            • template
            • theme
            • uri
          • models
          • patterns
            • behavioral
            • concurrency
            • creational
            • structural
          • routes
          • routines
            • bootload
            • declarative
            • procedural
            • subsystem
          • services
            • consumer
              • cgi
              • rest
                • local
                • remote
                  • authenticated
                  • unauthenticated
            • provider
              • cgi
              • rest
                • local
                • remote
                  • authenticated
                  • unauthenticated
          • utilities
            • datetime
            • exception
              • cache
              • container
            • filebase
            • http
            • math
            • parser
            • regex
            • session
          • views
        • enumerated
          • environment
          • flags
          • http
          • views
        • libraries
          • manager
          • worker
      • libraries
        • api
        • codex
        • container
        • enum
          • http
        • file
        • hooks
        • logger
        • math
        • psr4
        • request
        • response
        • stream
        • uri
      • patterns
        • creational
      • traits
        • adapters
        • bootstrap
        • codex
        • components
        • controllers
        • data
        • entities
        • events
        • extensions
        • jobs
        • libraries
          • container
          • file
          • request
          • response
          • stream
          • uri
        • models
        • modules
        • patterns
          • behavioral
          • concurrency
          • creational
          • structural
        • routes
        • services
        • utilities
          • core
            • api
            • config
            • contract
              • contract
            • enum
            • environment
            • routines
          • datetime
          • error
          • exception
          • filebase
          • hooks
          • html
          • http
          • logic
          • math
          • parsers
          • regex
          • session
        • views
      • utilities
        • exception
          • cache
          • container
        • http
      • views
    • tests
      • patterns
        • creational
      • psr
        • psr7
      • utilities
        • exception
  • PasswordCompat
    • binary
  • PHP

Classes

  • ClassScopes
  • ClassTypes
  • ExceptionCodes
  • ExceptionMessages
  • FlagTypes
  • HttpCodes
  • Regex

Class HttpCodes

HttpCodes Provides an enumerated set of valid http codes.

oroboros\core\abstracts\libraries\enum\AbstractEnum implements oroboros\core\interfaces\api\EnumApi
Extended by oroboros\core\libraries\api\HttpCodes implements oroboros\core\interfaces\api\HTTPStatusCodeApi
Final
Namespace: oroboros\core\libraries\api
Author: Brian Dayhoff mopsyd@me.com
Located at core/libraries/api/HttpCodes.php

Methods summary

public static array
# blacklist( )

Override this function if you need certain class constants not to return as valid enumerable values, and return an array of the ones to exclude. This function is called internally while deciding what values are valid.

Override this function if you need certain class constants not to return as valid enumerable values, and return an array of the ones to exclude. This function is called internally while deciding what values are valid.

Returns

array

Overrides

oroboros\core\abstracts\libraries\enum\AbstractEnum::blacklist

Methods inherited from oroboros\core\abstracts\libraries\enum\AbstractEnum

__construct(), __toString(), isValid(), valid(), values()

Constants summary

string __default
# \oroboros\core\interfaces\api\HTTPStatusCodeApi::STATUS_200

Constants inherited from oroboros\core\abstracts\libraries\enum\AbstractEnum

API, CLASS_SCOPE

Constants inherited from oroboros\core\interfaces\api\EnumApi

CLASS_TYPE

Properties summary

private static array $_blacklisted
# array( "SAFE_MINIMUM_ERROR_RANGE" )
Oroboros Core API documentation generated by ApiGen