Skip to content

Commit

Permalink
hookables
Browse files Browse the repository at this point in the history
  • Loading branch information
esokullu committed Jul 19, 2017
1 parent bf6a9dc commit 385147b
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/Pho/Framework/ParticleTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,22 +208,9 @@ public function creator(): Actor
{
if(isset($this->creator))
return $this->creator;
return $this->hyCreator();
return $this->hookable();
}

/**
* A protected hydrating method for persistence
*
* @see creator() to see where this is called from.
*
* @return Actor
*/
protected function hyCreator(): Actor
{

}


/**************************************************
* The rest are Subscription/Publisher related
* functions
Expand Down

0 comments on commit 385147b

Please sign in to comment.