BrowserLanguage::__construct PHP Method

__construct() public method

public __construct ( $id = null, $name = null )
        public function __construct($id = null, $name = null)
        {
            parent::__construct();
            $this->id = $id;
            $this->name = $name;
        }