Retrieves a specific note from storage.
public static getMemo ( string $notepad, string $noteId, string $passphrase = null ) : array | ||
$notepad | string | The notepad to retrieve the note from. |
$noteId | string | The Id of the note to retrieve. |
$passphrase | string | A passphrase with which this note was supposed to be encrypted. |
return | array | The note. |