Ferreteria/v0.6/clade/IO/Aspect/Entry

From WoozleCodes
Jump to navigation Jump to search
clade: IO\Aspect\Entry
Clade Family
Aspect Entry Config
Clade Aliases
Alias Clade
Base* [ca,i] IO\Aspect
CredIface IO\Aspect\Creds
HostIface IO\Aspect\Host
SelfIface IO\Aspect\Entry
Subpages

About

  • Purpose: encapsulates all the pieces for entering the next point in a connection-series
  • Contains:
    • Host: an object specifying the target address (and, optionally, port)
    • Cred: an object specifying the access credentials (user and possibly password)

Pages

History

  • 2025-05-26 started, as part of separating out the different pieces so I can define multiple users on a Host
  • 2025-05-27 re-namespacing
  • 2026-01-23 renamed SocketEntry
  • 2026-01-31
    • commented out OJack()
    • made OCred() and OHost() settable
    • replaced {constructor with parameters} with protected empty constructor and AsNew()
  • 2026-06-10
    • I couldn't find anything that was using tEntry, so I merged it into cEntry.
    • Modified so that $OCred and $OHost are read-only here; moved writability into new podling clade Config. (Can I do this? Can't find where this is discussed in PHP docs.)

Functions