Skip to content

Instantly share code, notes, and snippets.

@marcincodes
Created March 31, 2014 14:36
Show Gist options
  • Save marcincodes/9893788 to your computer and use it in GitHub Desktop.
Save marcincodes/9893788 to your computer and use it in GitHub Desktop.
$tickets object Ticket (20)
object (20)
Available methods (165)
Static class properties (10)
protected connection -> NULL
protected table -> NULL
protected primaryKey -> string (2) "id"
protected perPage -> integer 15
public incrementing -> bool TRUE
public timestamps -> bool TRUE
protected attributes -> array (3)
'id' => integer 1
'title' => string (3) "Cos"
'content' => string (6) "COs111"
protected original -> array (3)
'id' => integer 1
'title' => string (3) "Cos"
'content' => string (6) "COs111"
protected relations -> array (0)
protected hidden -> array (0)
protected visible -> array (0)
protected appends -> array (0)
protected fillable -> array (0)
protected guarded -> array (1)
string (1) "*"
protected dates -> array (0)
protected touches -> array (0)
protected observables -> array (0)
protected with -> array (0)
public exists -> bool TRUE
protected softDelete -> bool FALSE
Called from <ROOT>/app/storage/views/1b27a619c3ae199987c49c38fc30506e line 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment