From b074d82f3586e435f0fd5951553b53c16f3d59dc Mon Sep 17 00:00:00 2001 From: Emre Sokullu Date: Sat, 13 May 2017 14:18:24 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ac89e6..d9de0f2 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ $actor->get... Pho-Framework is built upon pho-lib-graph which has extensive support for hydration that can be used for several applications such as persistence. Pho-Framework adds up to that, by adding a new hydrating function ```hydratedCreator()```. -* **hydratedCreator()**: called when ```creator()``` can't find the creator. Enables you to access ```$creator_id``` to fetch it from external sources. This can be used with any particle; be it an Actor, Object or Frame. +* **hydratedCreator()**: called when ```creator()``` can't find the creator. Enables you to access ```$creator_id``` to fetch it from external sources. This can be used with any particle; be it an Actor, Object or Frame. The return value is **Actor**. ## Reference