Skip to content

Commit

Permalink
Enable to get bind object for logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Apr 19, 2012
1 parent 6699bcc commit 073ac02
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/Ray/Aop/Weaver.php
Expand Up @@ -122,4 +122,15 @@ public function __toString()
public function ___getObject()
{
return $this->object;
}}
}

/**
* Get target object
*
* @return \Ray\Aop\mixed
*/
public function ___getBind()
{
return $this->bind;
}
}

0 comments on commit 073ac02

Please sign in to comment.