Doctrine\Tests\OXM\Marshaller\IntegerType::__construct PHP Méthode

__construct() public méthode

public __construct ( $i )
    public function __construct($i)
    {
        $this->i = $i;
    }
IntegerType