We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d8dc3 commit 969656dCopy full SHA for 969656d
src/Utils/Object.php
@@ -49,6 +49,7 @@
49
* </code>
50
*
51
* @property-read Nette\Reflection\ClassType|\ReflectionClass $reflection
52
+ * @deprecated use trait Nette\SmartObject
53
*/
54
abstract class Object
55
{
src/Utils/ObjectMixin.php
@@ -15,6 +15,7 @@
15
16
/**
17
* Nette\Object behaviour mixin.
18
+ * @deprecated
19
20
class ObjectMixin
21
0 commit comments