Skip to content

Conversation

salebab
Copy link

@salebab salebab commented Aug 26, 2014

It would be useful to use a value objects in command, so if you type hint property, mapper will instantiate and pass object.

class RegisterCommand {

    /**
     * @var EmailAddress
     */
    private $email;

    private $password;

    public function __construct(EmailAddress $email, $password)
    {
        $this->email = $email;
        $this->password = $password;
    }
}

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