Doctrine\Tests\OXM\Entities\Address::__construct PHP Méthode

__construct() public méthode

public __construct ( $street, $city, $state )
$street
$city
$state
    public function __construct($street, $city, $state)
    {
        $this->city = $city;
        $this->street = $street;
        $this->state = $state;
    }