Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clarkson-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class Clarkson_Core {

/**
* @var Autoloader
* @var Clarkson_Core_Autoloader
*/
public $autoloader;

Expand Down
5 changes: 5 additions & 0 deletions wordpress-objects/Clarkson_Object.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ class Clarkson_Object implements \JsonSerializable {
*/
public $_content;

/**
* @var string
*/
public $_excerpt;

/**
* Clarkson_Object constructor.
*
Expand Down
3 changes: 3 additions & 0 deletions wordpress-objects/Clarkson_User.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ class Clarkson_User {
*/
protected static $users;

public $_id;
public $_user;

/**
* Get the current logged in user.
*
Expand Down