Skip to content

Commit cef0185

Browse files
author
Sebastian Krätzig
committed
Added a comment to magic function __get()
1 parent 2b5b259 commit cef0185

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/PhpImap/IncomingMail.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ public function addDataPartInfo(DataPartInfo $dataInfo, $type)
2929
$this->dataInfo[$type][] = $dataInfo;
3030
}
3131

32+
/**
33+
* __get() is utilized for reading data from inaccessible (protected
34+
* or private) or non-existing properties.
35+
*/
3236
public function __get($name)
3337
{
3438
$type = false;

0 commit comments

Comments
 (0)