jenssegers / jenssegers/model

snake case attributes

Open
#44 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
394
Forks
59
PR merge metrics
No merged PRs in 30d

Description

Hi, great work!

It is possible that i define attributes like this:
protected $attributes = [
"id" => null,
"id_conflict" => false,
"sync_info_loaded" => false
];

And set and get these attributes like this:
$project->idConflict = true;
$project->syncInfoLoaded= true;

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.