Skip to content

Commit

Permalink
Merge pull request phalcon#11951 from Mechzeit/2.1.x
Browse files Browse the repository at this point in the history
Micro LazyLoader now has a getter for the definition property
  • Loading branch information
sergeyklay authored Jul 4, 2016
2 parents 8149ad6 + 5dd068d commit e895e86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phalcon/mvc/micro/lazyloader.zep
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ class LazyLoader
{
protected _handler;

protected _definition;
protected _definition {
get
};

/**
* Phalcon\Mvc\Micro\LazyLoader constructor
Expand Down

0 comments on commit e895e86

Please sign in to comment.