Created
March 31, 2014 14:18
-
-
Save marcincodes/9893304 to your computer and use it in GitHub Desktop.
This file contains hidden or 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/controllers/TicketsController.php line 26 in (TicketsController->getRead()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment