Skip to content

Use clause can be aliased#6

Open
alar77 wants to merge 5 commits intokrlove:masterfrom
alar77:master
Open

Use clause can be aliased#6
alar77 wants to merge 5 commits intokrlove:masterfrom
alar77:master

Conversation

@alar77
Copy link

@alar77 alar77 commented Oct 6, 2019

UseClassModel constructor now accepts an optional alias parameter
Example

$extClass = new ClassModel();
// Use App\Models\Auto\User as GeneratedClass
$extClass->addUses(new UseClassModel('App\\Models\\Auto\\User','GeneratedClass"));`

Generates this use clause:
use App\Models\Auto\User as GeneratedClass;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant