Skip to content

Commit

Permalink
Add doc block for #3960
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 13, 2014
1 parent 2ae046a commit 6189cc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Model/Behavior/TreeBehavior.php
Expand Up @@ -41,6 +41,11 @@ class TreeBehavior extends Behavior {
*/
protected $_table;

/**
* Cached copy of the first column in a table's primary key.
*
* @var string
*/
protected $_primaryKey;

/**
Expand Down

0 comments on commit 6189cc1

Please sign in to comment.