Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Static Protected Member Functions | List of all members
core\message\inbound\private_files_handler Class Reference

A Handler to store attachments sent in e-mails as private files. More...

Inheritance diagram for core\message\inbound\private_files_handler:
core\message\inbound\handler

Public Member Functions

 __get ($key)
 Magic getter to fetch the specified key. More...
 
 can_change_defaultexpiration ()
 Email generated by this handler should not expire. More...
 
 can_change_enabled ()
 Whether this handler can be disabled (or enabled). More...
 
 can_change_validateaddress ()
 Whether the current handler allows changes to the address validation setting. More...
 
 get_description ()
 Return a description for the current handler. More...
 
 get_name ()
 Return a short name for the current handler. More...
 
 get_success_message (\stdClass $messagedata, $handlerresult)
 Return the content of any success notification to be sent. More...
 
 process_message (\stdClass $record, stdClass $data)
 Process a message received and validated by the Inbound Message processor. More...
 
 set_component ($component)
 Set the component name. More...
 
 set_defaultexpiration ($period)
 Set the default validity for new keys. More...
 
 set_enabled ($enabled)
 Set the enabled name. More...
 
 set_id ($id)
 Set the id name. More...
 
 set_validateaddress ($validateaddress)
 Set whether validation of the address is required. More...
 

Static Protected Member Functions

static remove_quoted_text ($messagedata)
 Remove quoted message string from the text (NOT HTML) message. More...
 

Detailed Description

A Handler to store attachments sent in e-mails as private files.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ __get()

core\message\inbound\handler::__get (   $key)
inherited

Magic getter to fetch the specified key.

Parameters
string$keyThe name of the key to retrieve

◆ can_change_defaultexpiration()

core\message\inbound\private_files_handler::can_change_defaultexpiration ( )

Email generated by this handler should not expire.

Return values
bool

Reimplemented from core\message\inbound\handler.

◆ can_change_enabled()

core\message\inbound\handler::can_change_enabled ( )
inherited

Whether this handler can be disabled (or enabled).

By default this will return true, but for some handlers it may be necessary to disallow such changes. For example, a core handler to handle rejected mail validation should not be disabled.

Return values
boolean

◆ can_change_validateaddress()

core\message\inbound\handler::can_change_validateaddress ( )
inherited

Whether the current handler allows changes to the address validation setting.

By default this will return true, but for some handlers it may be necessary to disallow such changes.

Return values
boolean

Reimplemented in tool_messageinbound\message\inbound\invalid_recipient_handler.

◆ get_description()

core\message\inbound\private_files_handler::get_description ( )

Return a description for the current handler.

Return values
string

Reimplemented from core\message\inbound\handler.

◆ get_name()

core\message\inbound\private_files_handler::get_name ( )

Return a short name for the current handler.

This appears in the admin pages as a human-readable name.

Return values
string

Reimplemented from core\message\inbound\handler.

◆ get_success_message()

core\message\inbound\handler::get_success_message ( \stdClass  $messagedata,
  $handlerresult 
)
inherited

Return the content of any success notification to be sent.

Both an HTML and Plain Text variant must be provided.

If this handler does not need to send a success notification, then it should return a falsey value.

Parameters
stdClass$messagedataThe message data.
stdClass$handlerresultThe record for the newly created post.
Return values
stdClasswith keys html and plain.

Reimplemented in mod_forum\message\inbound\reply_handler.

◆ process_message()

core\message\inbound\private_files_handler::process_message ( \stdClass  $record,
stdClass  $data 
)

Process a message received and validated by the Inbound Message processor.

Exceptions
core

Reimplemented from core\message\inbound\handler.

◆ remove_quoted_text()

static core\message\inbound\handler::remove_quoted_text (   $messagedata)
staticprotectedinherited

Remove quoted message string from the text (NOT HTML) message.

Parameters
stdClass$messagedataThe Inbound Message record
Return values
arraymessage and message format to use.

◆ set_component()

core\message\inbound\handler::set_component (   $component)
inherited

Set the component name.

Parameters
string$componentThe component to set
Return values
stringThe newly set component

◆ set_defaultexpiration()

core\message\inbound\handler::set_defaultexpiration (   $period)
inherited

Set the default validity for new keys.

Parameters
int$periodThe time in seconds before a key expires
Return values
int

◆ set_enabled()

core\message\inbound\handler::set_enabled (   $enabled)
inherited

Set the enabled name.

Parameters
bool$enabledThe new state of enabled
Return values
bool

◆ set_id()

core\message\inbound\handler::set_id (   $id)
inherited

Set the id name.

Parameters
int$idThe id to set
Return values
intThe newly set id

◆ set_validateaddress()

core\message\inbound\handler::set_validateaddress (   $validateaddress)
inherited

Set whether validation of the address is required.

Parameters
bool$validateaddressThe new state of validateaddress
Return values
bool

The documentation for this class was generated from the following file: