\FAA\InterfacesAppContext

Summary

Methods
Constants
LogLine()
ContextType()
Repository()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

LogLine()

LogLine(string  $value,string  $level = FAA_LOG_LEVEL_INFO): boolean

log line write a line to the local system logfile

Parameters

string $value

The log message

string $level

The log level

Returns

boolean —

Write success or false on error

ContextType()

ContextType(): string

Get a context type information

Returns

string

Repository()

Repository(): \FAA\Git

The repository instance

It should open a git instance on demand

Returns

\FAA\Git