Skip to content

Commit 6d02e03

Browse files
rudolfbykerdanmichaelo
authored andcommitted
Document the MagicAccess trait.
1 parent 5b5b4e3 commit 6d02e03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/MagicAccess.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
namespace Scriptotek\Marc;
55

6+
/**
7+
* A trait that allows all getters to be accessed as properties.
8+
*
9+
* @package Scriptotek\Marc
10+
*/
611
trait MagicAccess
712
{
813
public function __get($key)

0 commit comments

Comments
 (0)