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

Interfaces

  • FlagApi
  • OutputFlagApi

Interface OutputFlagApi

This is the master interface output flag definitions.

Enumerated Api Interfaces Enumerated Api Interfaces provide sets of fixed, enumerated values that must maintain consistency, and should not be overridden at compile time.

In some cases, these values are considered absolute, and the program will always reference them as defined. In other cases, they provide baseline definitions, which the individual api implementing them may allow for extension upon. In these cases, the fixed values MAY NOT be removed or altered, but additions and aliases will be allowed for. Check the api of the individual contract being considered for extension for information

how to accomplish this as it applies.

oroboros\core\interfaces\enumerated\flags\OutputFlagApi implements oroboros\core\interfaces\enumerated\BaseEnumerated
Namespace: oroboros\core\interfaces\enumerated\flags
Package: oroboros\core\flags
Category: enumerated-interfaces
License: The MIT License (MIT)
Author: Brian Dayhoff mopsyd@me.com
Version: 0.2.4-alpha
Since: 0.2.4-alpha
Link: bitbucket.org/oroborosframework/oroboros-core/wiki/development/api/enumerated_api_interface.md
Located at core/interfaces/enumerated/flags/OutputFlagApi.php

Constants summary

string FLAG_OUTPUT_NULL
# "::flag-null-output::"
string FLAG_OUTPUT_DEFAULT
# self::FLAG_OUTPUT_PLAINTEXT
string FLAG_OUTPUT_PLAINTEXT
# "::flag-plaintext-output::"
string FLAG_OUTPUT_PLAINTEXT_CGI
# "::flag-cgi-output::"
string FLAG_OUTPUT_PLAINTEXT_CGI_CONSOLE
# "::flag-cgi-console-output::"
string FLAG_OUTPUT_PLAINTEXT_CGI_CRON
# self::FLAG_OUTPUT_PLAINTEXT_CGI
string FLAG_OUTPUT_PLAINTEXT_ROBOTS
# "::flag-robots-output::"
string FLAG_OUTPUT_HTML
# "::flag-html-output::"
string FLAG_OUTPUT_CSS
# "::flag-css-output::"
string FLAG_OUTPUT_CSS_SASS
# "::flag-css-output::"
string FLAG_OUTPUT_CSS_LESS
# "::flag-css-output::"
string FLAG_OUTPUT_JAVASCRIPT
# "::flag-javascript-output::"
string FLAG_OUTPUT_JAVASCRIPT_PRETTIFIED
# "::flag-javascript-output::"
string FLAG_OUTPUT_JAVASCRIPT_PRETTIFIED_DEBUG
# "::flag-javascript-output::"
string FLAG_OUTPUT_JAVASCRIPT_MINIFIED
# "::flag-javascript-output::"
string FLAG_OUTPUT_JAVASCRIPT_MINIFIED_DEBUG
# "::flag-javascript-output::"
string FLAG_OUTPUT_EMAIL
# "::flag-email-output::"
string FLAG_OUTPUT_EMAIL_PLAINTEXT
# "::flag-email-plaintext-output::"
string FLAG_OUTPUT_EMAIL_HTML
# "::flag-email-html-output::"
string FLAG_OUTPUT_XML
# "::flag-xml-output::"
string FLAG_OUTPUT_XML_RSS
# "::flag-xml-rss-output::"
string FLAG_OUTPUT_XML_SITEMAP
# "::flag-xml-sitemap-output::"
string FLAG_OUTPUT_SQL
# "::flag-sql-output::"
string FLAG_OUTPUT_CSV
# "::flag-csv-output::"
string FLAG_OUTPUT_IMG
# "::flag-img-output::"
string FLAG_OUTPUT_IMG_JPG
# "::flag-img-jpg-output::"
string FLAG_OUTPUT_IMG_JPEG
# self::FLAG_OUTPUT_IMG_JPG
string FLAG_OUTPUT_IMG_GIF
# "::flag-img-gif-output::"
string FLAG_OUTPUT_IMG_PNG
# "::flag-img-png-output::"
string FLAG_OUTPUT_IMG_SVG
# "::flag-img-svg-output::"
string FLAG_OUTPUT_AUDIO_MP3
# "::flag-audio-mp3-output::"
string FLAG_OUTPUT_AUDIO_AIFF
# "::flag-audio-aiff-output::"
string FLAG_OUTPUT_AUDIO_WAV
# "::flag-video-wav-output::"
string FLAG_OUTPUT_VIDEO_MP4
# "::flag-video-mp4-output::"
Oroboros Core API documentation generated by ApiGen