Created
March 31, 2014 14:36
-
-
Save marcincodes/9893788 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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