Storm\Drivers\Platforms\Mysql\Columns\CharacterSet::__construct PHP Method

__construct() public method

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