Trait GlobalAttributeVisibilityTrait
Trait for Eloquent models that allows you to set the model's hidden or visible attributes globally for all instances of the model.
Direct Known Users
rsanchez\Deep\Model\TitleIndirect Known Users
rsanchez\Deep\Model\Entry, rsanchez\Deep\Model\PlayaEntry, rsanchez\Deep\Model\RelationshipEntry
protected
array
|
|
public static
array
|
|
public static
|
#
setGlobalHidden( array $hidden )
Set the global hidden attributes for all instances of this model. |
public static
array
|
|
public static
|
#
setGlobalVisible( array $visible )
Set the global visible attributes for all instances of this model. |