Skip to content

[Form] by_reference talks about setters?! #8182

Closed
@flip111

Description

@flip111

There is a setting here called by_reference. It does actually control by reference or not, but then the explanation is that a setter is not called. What does that even have to do with a setter. You can keep by reference and do the setter at the same time.

$article->setTitle('...');
$author->setName('...');
$author->setEmail('...');
$article->setAuthor($author);

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions