Skip to content

Commit 681dbb5

Browse files
maryodg
authored andcommitted
ActiveRow: added phpDoc
1 parent e54ff96 commit 681dbb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Database/Table/ActiveRow.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,11 @@ public function __set($key, $value)
274274
}
275275

276276

277+
/**
278+
* @param string
279+
* @return ActiveRow|mixed
280+
* @throws Nette\MemberAccessException
281+
*/
277282
public function &__get($key)
278283
{
279284
$this->accessColumn($key);

0 commit comments

Comments
 (0)